build strtonum directly into apps/openssl
it is not needed as a library export ok beck@
This commit is contained in:
@@ -9,3 +9,7 @@ openssl_LDADD += $(top_builddir)/ssl/libssl.la
|
||||
|
||||
openssl_SOURCES =
|
||||
noinst_HEADERS =
|
||||
|
||||
if NO_STRTONUM
|
||||
openssl_SOURCES += strtonum.c
|
||||
endif
|
||||
|
Reference in New Issue
Block a user