Remove OPENSSL_NO_HMAC
[openssl.git] / crypto / hmac / hmactest.c
index 492f5c5e81a7f40bd6764bd39516cc9506c05ae6..de8d1c911ce90c60ee3252f1f4c6f1c6bdbba120 100644 (file)
 
 #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