committed by
Matt Caswell
parent
c7395fb999
commit
6655ac4e45
@@ -197,6 +197,13 @@
|
|||||||
# undef ssl_parse_serverhello_renegotiate_ext
|
# undef ssl_parse_serverhello_renegotiate_ext
|
||||||
# define ssl_parse_serverhello_renegotiate_ext ssl_parse_serverhello_reneg_ext
|
# define ssl_parse_serverhello_renegotiate_ext ssl_parse_serverhello_reneg_ext
|
||||||
|
|
||||||
|
# undef ssl3_cbc_record_digest_supported
|
||||||
|
# define ssl3_cbc_record_digest_supported ssl3_cbc_record_digest_support
|
||||||
|
# undef ssl_check_clienthello_tlsext_late
|
||||||
|
# define ssl_check_clienthello_tlsext_late ssl_check_clihello_tlsext_late
|
||||||
|
# undef ssl_check_clienthello_tlsext_early
|
||||||
|
# define ssl_check_clienthello_tlsext_early ssl_check_clihello_tlsext_early
|
||||||
|
|
||||||
/* Hack some long ENGINE names */
|
/* Hack some long ENGINE names */
|
||||||
# undef ENGINE_get_default_BN_mod_exp_crt
|
# undef ENGINE_get_default_BN_mod_exp_crt
|
||||||
# define ENGINE_get_default_BN_mod_exp_crt ENGINE_get_def_BN_mod_exp_crt
|
# define ENGINE_get_default_BN_mod_exp_crt ENGINE_get_def_BN_mod_exp_crt
|
||||||
|
|||||||
@@ -171,11 +171,11 @@ $ ENDIF
|
|||||||
$!
|
$!
|
||||||
$! Define The Different SSL "library" Files.
|
$! Define The Different SSL "library" Files.
|
||||||
$!
|
$!
|
||||||
$ LIB_SSL = "s2_meth,s2_srvr,s2_clnt,s2_lib,s2_enc,s2_pkt,"+ -
|
$ LIB_SSL = "s2_meth, s2_srvr, s2_clnt, s2_lib, s2_enc, s2_pkt,"+ -
|
||||||
"s3_meth,s3_srvr,s3_clnt,s3_lib,s3_enc,s3_pkt,s3_both,"+ -
|
"s3_meth, s3_srvr, s3_clnt, s3_lib, s3_enc, s3_pkt,s3_both,s3_cbc,"+ -
|
||||||
"s23_meth,s23_srvr,s23_clnt,s23_lib,s23_pkt,"+ -
|
"s23_meth,s23_srvr,s23_clnt,s23_lib, s23_pkt,"+ -
|
||||||
"t1_meth,t1_srvr,t1_clnt,t1_lib,t1_enc,"+ -
|
"t1_meth, t1_srvr, t1_clnt, t1_lib, t1_enc,"+ -
|
||||||
"d1_meth,d1_srvr,d1_clnt,d1_lib,d1_pkt,"+ -
|
"d1_meth, d1_srvr, d1_clnt, d1_lib, d1_pkt,"+ -
|
||||||
"d1_both,d1_enc,"+ -
|
"d1_both,d1_enc,"+ -
|
||||||
"ssl_lib,ssl_err2,ssl_cert,ssl_sess,"+ -
|
"ssl_lib,ssl_err2,ssl_cert,ssl_sess,"+ -
|
||||||
"ssl_ciph,ssl_stat,ssl_rsa,"+ -
|
"ssl_ciph,ssl_stat,ssl_rsa,"+ -
|
||||||
@@ -196,7 +196,7 @@ $ NEXT_FILE:
|
|||||||
$!
|
$!
|
||||||
$! O.K, Extract The File Name From The File List.
|
$! O.K, Extract The File Name From The File List.
|
||||||
$!
|
$!
|
||||||
$ FILE_NAME = F$ELEMENT(FILE_COUNTER,",",LIB_SSL)
|
$ FILE_NAME = F$EDIT(F$ELEMENT(FILE_COUNTER,",",LIB_SSL),"COLLAPSE")
|
||||||
$!
|
$!
|
||||||
$! Check To See If We Are At The End Of The File List.
|
$! Check To See If We Are At The End Of The File List.
|
||||||
$!
|
$!
|
||||||
|
|||||||
Reference in New Issue
Block a user