This commit is contained in:
Ulf Möller 1999-07-15 23:44:04 +00:00
parent c69e361f1c
commit 9a3bbbce91

View File

@ -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