]> granicus.if.org Git - curl/commitdiff
setup-vms.h: sk_pop symbol tweak
authorJohn E. Malmberg <wb8tyw@qsl.net>
Fri, 12 Jul 2013 10:07:02 +0000 (12:07 +0200)
committerYang Tse <yangsita@gmail.com>
Fri, 12 Jul 2013 10:11:11 +0000 (12:11 +0200)
Newer versions of curl are referencing a sk_pop symbol while the HP
OpenSSL library has the symbol in uppercase only.

lib/setup-vms.h

index 4eefbba49ae46da789e3832f360ff46a65fd8154..f5eedf756675a5ee0e4bacc7f4cccf4dbc371fd4 100644 (file)
@@ -315,6 +315,7 @@ char * unix_path;
 #define d2i_PKCS12_fp D2I_PKCS12_FP
 #define i2t_ASN1_OBJECT I2T_ASN1_OBJECT
 #define sk_num SK_NUM
+#define sk_pop SK_POP
 #define sk_pop_free SK_POP_FREE
 #define sk_value SK_VALUE