From: John E. Malmberg Date: Fri, 12 Jul 2013 10:07:02 +0000 (+0200) Subject: setup-vms.h: sk_pop symbol tweak X-Git-Tag: curl-7_32_0~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65d53cf6ef11612603236418d579177b6a149915;p=curl setup-vms.h: sk_pop symbol tweak Newer versions of curl are referencing a sk_pop symbol while the HP OpenSSL library has the symbol in uppercase only. --- diff --git a/lib/setup-vms.h b/lib/setup-vms.h index 4eefbba49..f5eedf756 100644 --- a/lib/setup-vms.h +++ b/lib/setup-vms.h @@ -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