Remove #error from include files.
[oweals/openssl.git] / crypto / include / internal / poly1305.h
index b6db3253f2296ce4886f3080d5dc4724610140ea..8e2cac521507471618164d80c1c9007628aa1fdc 100644 (file)
  */
 #include <stddef.h>
 
-#ifdef OPENSSL_NO_POLY1305
-# error POLY1305 is disabled.
-#endif
-
 #define POLY1305_BLOCK_SIZE 16
 
 typedef struct poly1305_context POLY1305;