diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-13 08:34:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-13 08:34:46 +0000 |
commit | f966dad30673d44658aaa9f34e820fe3231b2166 (patch) | |
tree | 748945c24826d6d97ca166f7aac08acb3c6c40af /packages/vms | |
parent | 887f41c0629d5c156e49af56d8aeb1f1dc23ff63 (diff) | |
download | curl-f966dad30673d44658aaa9f34e820fe3231b2166.tar.gz |
Dan Fandrich did minor corrections to his SSL cleanup patch
Diffstat (limited to 'packages/vms')
-rwxr-xr-x | packages/vms/config-vms.h_with_ssl | 2 | ||||
-rwxr-xr-x | packages/vms/config-vms.h_without_ssl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/vms/config-vms.h_with_ssl b/packages/vms/config-vms.h_with_ssl index e3bc60dac..0d737ec3f 100755 --- a/packages/vms/config-vms.h_with_ssl +++ b/packages/vms/config-vms.h_with_ssl @@ -160,7 +160,7 @@ */ #define HAVE_OPENSSL_ENGINE_H 1 -#endif /* OPENSSL_ENABLED */ +#endif /* USE_SSLEAY */ /* OpenSSL section ends here */ /* Define if you have the <pwd.h> header file. */ diff --git a/packages/vms/config-vms.h_without_ssl b/packages/vms/config-vms.h_without_ssl index d7649bb83..00dc673df 100755 --- a/packages/vms/config-vms.h_without_ssl +++ b/packages/vms/config-vms.h_without_ssl @@ -160,7 +160,7 @@ */ #define HAVE_OPENSSL_ENGINE_H 1 -#endif /* OPENSSL_ENABLED */ +#endif /* USE_SSLEAY */ /* OpenSSL section ends here */ /* Define if you have the <pwd.h> header file. */ |