Merged. Thanks!! regards, Joy
On Fri, 2014-07-25 at 15:30 +0200, Dan Horák wrote: > 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 ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
