build strtonum directly into apps/openssl

it is not needed as a library export

ok beck@
This commit is contained in:
Brent Cook
2014-07-11 04:47:03 -05:00
parent 84e11fe89d
commit 8b125f31bb
3 changed files with 12 additions and 5 deletions

View File

@@ -9,3 +9,7 @@ openssl_LDADD += $(top_builddir)/ssl/libssl.la
openssl_SOURCES =
noinst_HEADERS =
if NO_STRTONUM
openssl_SOURCES += strtonum.c
endif