With the recent change the sample config is all static, so no need to process it by configure. --- configure.in | 2 +- openssl.cnf.sample.in => openssl.cnf.sample | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename openssl.cnf.sample.in => openssl.cnf.sample (100%)
diff --git a/configure.in b/configure.in index 399dc1e..dfa02a4 100644 --- a/configure.in +++ b/configure.in @@ -43,6 +43,6 @@ AC_PROG_LIBTOOL CFLAGS="$CFLAGS -Wall" AC_SUBST(CFLAGS) -AC_OUTPUT(Makefile openssl.cnf.sample) +AC_OUTPUT(Makefile) echo "CFLAGS=$CFLAGS" diff --git a/openssl.cnf.sample.in b/openssl.cnf.sample similarity index 100% rename from openssl.cnf.sample.in rename to openssl.cnf.sample -- 1.9.3 ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
