]> code.citadel.org Git - citadel.git/blobdiff - citadel/md5.h
* SSL/TLS support for the Citadel/UX wire protocol
[citadel.git] / citadel / md5.h
index 64beb61881ae93ceb69e267fc7adb0871aef7c88..ff8d0c835ed0c05cd2329288ac7aa202d06cb53b 100644 (file)
@@ -19,7 +19,9 @@ char *make_apop_string(char *realpass, char *nonce, char *buffer);
 /*
  * This is needed to make RSAREF happy on some MS-DOS compilers.
  */
+#ifndef HAVE_OPENSSL
 typedef struct MD5Context MD5_CTX;
+#endif
 
 #define MD5_DIGEST_LEN         16
 #define MD5_HEXSTRING_SIZE     33