aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast/casttest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/casttest.c')
-rw-r--r--crypto/cast/casttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/casttest.c b/crypto/cast/casttest.c
index ab2aeac606..099e790886 100644
--- a/crypto/cast/casttest.c
+++ b/crypto/cast/casttest.c
@@ -60,7 +60,7 @@
#include <string.h>
#include <stdlib.h>
-#ifdef NO_CAST
+#ifdef OPENSSL_NO_CAST
int main(int argc, char *argv[])
{
printf("No CAST support\n");