From 484feaae9157d8e4d91e81d305b9cd0ff6af0c91 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Wed, 18 Jan 2017 20:37:44 +0900 Subject: Stop generating .def files by update.sh --- crypto/Makefile.am | 1 - crypto/crypto_win.list | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100644 crypto/crypto_win.list (limited to 'crypto') diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 1b5198f..c56eda0 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -9,7 +9,6 @@ lib_LTLIBRARIES = libcrypto.la EXTRA_DIST = VERSION EXTRA_DIST += CMakeLists.txt -EXTRA_DIST += crypto.def EXTRA_DIST += crypto.sym # needed for a CMake target diff --git a/crypto/crypto_win.list b/crypto/crypto_win.list deleted file mode 100644 index 37c02a5..0000000 --- a/crypto/crypto_win.list +++ /dev/null @@ -1,24 +0,0 @@ -arc4random_buf -asprintf -explicit_bzero -inet_pton -gettimeofday -posix_close -posix_connect -posix_fgets -posix_fopen -posix_open -posix_read -posix_rename -posix_write -posix_perror -posix_setsockopt -reallocarray -sleep -strcasecmp -strlcat -strlcpy -strndup -timegm -timingsafe_memcmp -vasprintf -- cgit v1.2.3-55-g6feb