aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-01-18 20:37:44 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-01-18 21:05:43 +0900
commit484feaae9157d8e4d91e81d305b9cd0ff6af0c91 (patch)
tree7cacb2743653c703365d027b388136d29dd82f80 /crypto
parent3276be122f6c5d3912bbfb266227335b65c9d851 (diff)
downloadportable-484feaae9157d8e4d91e81d305b9cd0ff6af0c91.tar.gz
portable-484feaae9157d8e4d91e81d305b9cd0ff6af0c91.tar.bz2
portable-484feaae9157d8e4d91e81d305b9cd0ff6af0c91.zip
Stop generating .def files by update.sh
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am1
-rw-r--r--crypto/crypto_win.list24
2 files changed, 0 insertions, 25 deletions
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
9 9
10EXTRA_DIST = VERSION 10EXTRA_DIST = VERSION
11EXTRA_DIST += CMakeLists.txt 11EXTRA_DIST += CMakeLists.txt
12EXTRA_DIST += crypto.def
13EXTRA_DIST += crypto.sym 12EXTRA_DIST += crypto.sym
14 13
15# needed for a CMake target 14# 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 @@
1arc4random_buf
2asprintf
3explicit_bzero
4inet_pton
5gettimeofday
6posix_close
7posix_connect
8posix_fgets
9posix_fopen
10posix_open
11posix_read
12posix_rename
13posix_write
14posix_perror
15posix_setsockopt
16reallocarray
17sleep
18strcasecmp
19strlcat
20strlcpy
21strndup
22timegm
23timingsafe_memcmp
24vasprintf