From 8b125f31bb733c1707e6e6aaf699c0ef39fea8ec Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 11 Jul 2014 04:47:03 -0500 Subject: build strtonum directly into apps/openssl it is not needed as a library export ok beck@ --- crypto/Makefile.am.tpl | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto') 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 if NO_ISSETUGID libcompat_la_SOURCES += compat/issetugid_linux.c endif -if NO_STRTONUM -libcompat_la_SOURCES += compat/strtonum.c -endif noinst_HEADERS = des/ncbc_enc.c noinst_HEADERS += compat/thread_private.h -- cgit v1.2.3-55-g6feb