]> Pileus Git - ~andy/fetchmail/blobdiff - rcfile_l.l
Rename SSL token to SSL_ to resolve clash with OpenSSL's type.
[~andy/fetchmail] / rcfile_l.l
index 7cbf12ed3c9beaedceb93cd161a85e192204b9f2..bff5b6c018a41a4000208b343a061239831f294f 100644 (file)
@@ -175,7 +175,7 @@ mimedec(ode)?   { return MIMEDECODE; }
 idle           { return IDLE; }
 dns            { return DNS; }
 uidl           { return UIDL; }
-ssl            { return SSL; }
+ssl            { return SSL_; }
 sslkey         { return SSLKEY; }
 sslcert                { return SSLCERT; }
 sslproto       { return SSLPROTO; }