/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.137 by chopp, Mon Sep 29 15:57:03 2003 UTC revision 1.138 by chopp, Tue Sep 30 08:48:56 2003 UTC
# Line 681  type            : /* EMPTY */ { portset. Line 681  type            : /* EMPTY */ { portset.
681    
682  certmd5         : /* EMPTY */    { portset.certmd5= NULL; }  certmd5         : /* EMPTY */    { portset.certmd5= NULL; }
683                  | CERTMD5 STRING { portset.certmd5= $2; }                  | CERTMD5 STRING { portset.certmd5= $2; }
                 | EXPECT CERTMD5 STRING { portset.certmd5= $3; }  
684                  ;                  ;
685    
686  sslversion      : /* EMPTY */  { portset.sslversion= SSL_VERSION_AUTO; }  sslversion      : /* EMPTY */  { portset.sslversion= SSL_VERSION_AUTO; }

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26