diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-11 04:47:03 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-11 04:47:03 -0500 |
commit | 8b125f31bb733c1707e6e6aaf699c0ef39fea8ec (patch) | |
tree | 295acaed00bba1c7da3f64adfea89a5c96eac411 /crypto | |
parent | 84e11fe89df5a272eb815b204d5be70fc3805b7c (diff) | |
download | portable-8b125f31bb733c1707e6e6aaf699c0ef39fea8ec.tar.gz portable-8b125f31bb733c1707e6e6aaf699c0ef39fea8ec.tar.bz2 portable-8b125f31bb733c1707e6e6aaf699c0ef39fea8ec.zip |
build strtonum directly into apps/openssl
it is not needed as a library export
ok beck@
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl index 1aa8e8b..4830da4 100644 --- a/crypto/Makefile.am.tpl +++ b/crypto/Makefile.am.tpl | |||
@@ -60,9 +60,6 @@ endif | |||
60 | if NO_ISSETUGID | 60 | if NO_ISSETUGID |
61 | libcompat_la_SOURCES += compat/issetugid_linux.c | 61 | libcompat_la_SOURCES += compat/issetugid_linux.c |
62 | endif | 62 | endif |
63 | if NO_STRTONUM | ||
64 | libcompat_la_SOURCES += compat/strtonum.c | ||
65 | endif | ||
66 | 63 | ||
67 | noinst_HEADERS = des/ncbc_enc.c | 64 | noinst_HEADERS = des/ncbc_enc.c |
68 | noinst_HEADERS += compat/thread_private.h | 65 | noinst_HEADERS += compat/thread_private.h |