summaryrefslogtreecommitdiffstats
path: root/crypto/hmac/hmactest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hmac/hmactest.c')
-rw-r--r--crypto/hmac/hmactest.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/hmac/hmactest.c b/crypto/hmac/hmactest.c
index 492f5c5e81..de8d1c911c 100644
--- a/crypto/hmac/hmactest.c
+++ b/crypto/hmac/hmactest.c
@@ -62,13 +62,6 @@
#include "../e_os.h"
-#ifdef OPENSSL_NO_HMAC
-int main(int argc, char *argv[])
-{
- printf("No HMAC support\n");
- return (0);
-}
-#else
# include <openssl/hmac.h>
# ifndef OPENSSL_NO_MD5
# include <openssl/md5.h>
@@ -163,4 +156,3 @@ static char *pt(unsigned char *md)
return (buf);
}
# endif
-#endif