mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 16:12:53 +00:00
39 lines
1.5 KiB
Diff
39 lines
1.5 KiB
Diff
![]() |
|
||
|
Index: portable-44a6a2397fb9b8d6868ef73d51e6ef79c39b0322/openbsd/src/lib/libcrypto/Symbols.list
|
||
|
===================================================================
|
||
|
--- portable-44a6a2397fb9b8d6868ef73d51e6ef79c39b0322.orig/openbsd/src/lib/libcrypto/Symbols.list
|
||
|
+++ portable-44a6a2397fb9b8d6868ef73d51e6ef79c39b0322/openbsd/src/lib/libcrypto/Symbols.list
|
||
|
@@ -2586,6 +2586,10 @@ SXNET_get_id_asc
|
||
|
SXNET_get_id_ulong
|
||
|
SXNET_it
|
||
|
SXNET_new
|
||
|
+TLSTREE_CTX_free
|
||
|
+TLSTREE_CTX_new
|
||
|
+TLSTREE_GET
|
||
|
+TLSTREE_Init
|
||
|
TS_ACCURACY_dup
|
||
|
TS_ACCURACY_free
|
||
|
TS_ACCURACY_get_micros
|
||
|
@@ -3560,6 +3564,8 @@ get_rfc3526_prime_3072
|
||
|
get_rfc3526_prime_4096
|
||
|
get_rfc3526_prime_6144
|
||
|
get_rfc3526_prime_8192
|
||
|
+gost_kexp15
|
||
|
+gost_kimp15
|
||
|
hex_to_string
|
||
|
i2a_ACCESS_DESCRIPTION
|
||
|
i2a_ASN1_ENUMERATED
|
||
|
Index: portable-44a6a2397fb9b8d6868ef73d51e6ef79c39b0322/update.sh
|
||
|
===================================================================
|
||
|
--- portable-44a6a2397fb9b8d6868ef73d51e6ef79c39b0322.orig/update.sh
|
||
|
+++ portable-44a6a2397fb9b8d6868ef73d51e6ef79c39b0322/update.sh
|
||
|
@@ -133,7 +133,7 @@ copy_hdrs $libcrypto_src "stack/stack.h
|
||
|
md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h
|
||
|
rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h
|
||
|
sm3/sm3.h sm4/sm4.h chacha/chacha.h evp/evp.h poly1305/poly1305.h
|
||
|
- camellia/camellia.h gost/gost.h curve25519/curve25519.h"
|
||
|
+ camellia/camellia.h gost/gost.h curve25519/curve25519.h kdftree/kdftree.h"
|
||
|
|
||
|
copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h"
|
||
|
|