mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
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.
This commit is contained in:
parent
0d9e65f79f
commit
65d53cf6ef
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user