aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-11 04:47:03 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-11 04:47:03 -0500
commit8b125f31bb733c1707e6e6aaf699c0ef39fea8ec (patch)
tree295acaed00bba1c7da3f64adfea89a5c96eac411 /crypto
parent84e11fe89df5a272eb815b204d5be70fc3805b7c (diff)
downloadportable-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.tpl3
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
60if NO_ISSETUGID 60if NO_ISSETUGID
61libcompat_la_SOURCES += compat/issetugid_linux.c 61libcompat_la_SOURCES += compat/issetugid_linux.c
62endif 62endif
63if NO_STRTONUM
64libcompat_la_SOURCES += compat/strtonum.c
65endif
66 63
67noinst_HEADERS = des/ncbc_enc.c 64noinst_HEADERS = des/ncbc_enc.c
68noinst_HEADERS += compat/thread_private.h 65noinst_HEADERS += compat/thread_private.h