mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue