recognise DECLARE_PEM_write_const, update ordinals
(backport from HEAD)
This commit is contained in:
parent
c3cb069108
commit
79e75e04ea
3 changed files with 11 additions and 0 deletions
|
@ -4310,3 +4310,12 @@ BIO_dgram_sctp_wait_for_dry 4679 EXIST::FUNCTION:SCTP
|
|||
BIO_s_datagram_sctp 4680 EXIST::FUNCTION:DGRAM,SCTP
|
||||
BIO_dgram_is_sctp 4681 EXIST::FUNCTION:SCTP
|
||||
BIO_dgram_sctp_notification_cb 4682 EXIST::FUNCTION:SCTP
|
||||
i2d_DHxparams 4683 EXIST::FUNCTION:DH
|
||||
EC_curve_nist2nid 4684 EXIST::FUNCTION:EC
|
||||
DH_get_1024_160 4685 EXIST::FUNCTION:DH
|
||||
PEM_write_DHxparams 4686 EXIST:!WIN16:FUNCTION:DH
|
||||
d2i_DHxparams 4687 EXIST::FUNCTION:DH
|
||||
EC_curve_nid2nist 4688 EXIST::FUNCTION:EC
|
||||
DH_get_2048_256 4689 EXIST::FUNCTION:DH
|
||||
PEM_write_bio_DHxparams 4690 EXIST::FUNCTION:DH
|
||||
DH_get_2048_224 4691 EXIST::FUNCTION:DH
|
||||
|
|
|
@ -832,6 +832,7 @@ sub do_defs
|
|||
$def .= "int PEM_write_bio_$1(void);";
|
||||
next;
|
||||
} elsif (/^DECLARE_PEM_write\s*\(\s*(\w*)\s*,/ ||
|
||||
/^DECLARE_PEM_write_const\s*\(\s*(\w*)\s*,/ ||
|
||||
/^DECLARE_PEM_write_cb\s*\(\s*(\w*)\s*,/ ) {
|
||||
# Things not in Win16
|
||||
$def .=
|
||||
|
|
|
@ -320,3 +320,4 @@ SSL_get_srtp_profiles 360 EXIST::FUNCTION:
|
|||
SSL_CTX_set_next_proto_select_cb 361 EXIST:!VMS:FUNCTION:NEXTPROTONEG
|
||||
SSL_CTX_set_next_proto_sel_cb 361 EXIST:VMS:FUNCTION:NEXTPROTONEG
|
||||
SSL_SESSION_get_compress_id 362 EXIST::FUNCTION:
|
||||
SSL_get_sigalgs 363 EXIST::FUNCTION:TLSEXT
|
||||
|
|
Loading…
Reference in a new issue