diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-18 20:37:44 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-18 21:05:43 +0900 |
commit | 484feaae9157d8e4d91e81d305b9cd0ff6af0c91 (patch) | |
tree | 7cacb2743653c703365d027b388136d29dd82f80 /crypto | |
parent | 3276be122f6c5d3912bbfb266227335b65c9d851 (diff) | |
download | portable-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.am | 1 | ||||
-rw-r--r-- | crypto/crypto_win.list | 24 |
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 | ||
10 | EXTRA_DIST = VERSION | 10 | EXTRA_DIST = VERSION |
11 | EXTRA_DIST += CMakeLists.txt | 11 | EXTRA_DIST += CMakeLists.txt |
12 | EXTRA_DIST += crypto.def | ||
13 | EXTRA_DIST += crypto.sym | 12 | EXTRA_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 @@ | |||
1 | arc4random_buf | ||
2 | asprintf | ||
3 | explicit_bzero | ||
4 | inet_pton | ||
5 | gettimeofday | ||
6 | posix_close | ||
7 | posix_connect | ||
8 | posix_fgets | ||
9 | posix_fopen | ||
10 | posix_open | ||
11 | posix_read | ||
12 | posix_rename | ||
13 | posix_write | ||
14 | posix_perror | ||
15 | posix_setsockopt | ||
16 | reallocarray | ||
17 | sleep | ||
18 | strcasecmp | ||
19 | strlcat | ||
20 | strlcpy | ||
21 | strndup | ||
22 | timegm | ||
23 | timingsafe_memcmp | ||
24 | vasprintf | ||