Commit 9a3bbbce authored by Ulf Möller's avatar Ulf Möller
Browse files

NO_HMAC.

parent c69e361f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
 * Hudson (tjh@cryptsoft.com).
 *
 */
#if !defined(NO_HMAC) && !defined(NO_SHA)
#include <stdio.h>
#include <stdlib.h>
#include <openssl/x509.h>
@@ -243,4 +244,4 @@ static void h__dump (const unsigned char *p, int len)
        fprintf(stderr, "\n");
}
#endif
#endif