implement support for hiding symbols in libcrypto
- delete crypto.def and generate it from Symbols.list - remove BIO_s_log since bss_log.c is not included on Windows - add Windows specific symbols by crypto/crypto_win.list
This commit is contained in:
3743
crypto/crypto.def
3743
crypto/crypto.def
File diff suppressed because it is too large
Load Diff
22
crypto/crypto_win.list
Normal file
22
crypto/crypto_win.list
Normal file
@@ -0,0 +1,22 @@
|
||||
arc4random_buf
|
||||
asprintf
|
||||
explicit_bzero
|
||||
gettimeofday
|
||||
posix_close
|
||||
posix_connect
|
||||
posix_fgets
|
||||
posix_fopen
|
||||
posix_read
|
||||
posix_rename
|
||||
posix_write
|
||||
posix_perror
|
||||
posix_setsockopt
|
||||
reallocarray
|
||||
sleep
|
||||
strcasecmp
|
||||
strlcat
|
||||
strlcpy
|
||||
strndup
|
||||
timegm
|
||||
timingsafe_memcmp
|
||||
vasprintf
|
Reference in New Issue
Block a user