diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/bf/bftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bf/bftest.c b/src/lib/libcrypto/bf/bftest.c index cf67cadefd..09895f2542 100644 --- a/src/lib/libcrypto/bf/bftest.c +++ b/src/lib/libcrypto/bf/bftest.c | |||
| @@ -63,7 +63,7 @@ | |||
| 63 | #include <string.h> | 63 | #include <string.h> |
| 64 | #include <stdlib.h> | 64 | #include <stdlib.h> |
| 65 | 65 | ||
| 66 | #ifdef NO_BF | 66 | #ifdef OPENSSL_NO_BF |
| 67 | int main(int argc, char *argv[]) | 67 | int main(int argc, char *argv[]) |
| 68 | { | 68 | { |
| 69 | printf("No BF support\n"); | 69 | printf("No BF support\n"); |
