[openbnc-cvs] openbnc/tools autoconf.c,1.4,1.5
Status: Beta
Brought to you by:
andrereis
From: Mateusz K. <sh...@us...> - 2004-07-05 19:13:36
|
Update of /cvsroot/openbnc/openbnc/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15955/openbnc/tools Modified Files: autoconf.c Log Message: - Fixed problem with SSL - New banner - Fixes in english.lng ( banner ) Index: autoconf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/autoconf.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- autoconf.c 9 Jun 2004 08:53:50 -0000 1.4 +++ autoconf.c 5 Jul 2004 19:13:25 -0000 1.5 @@ -490,7 +490,7 @@ fprintf(makefile," -keyout key/openbnc.key.pem -nodes\n"); fprintf(makefile," @echo \"Generating self-signed certificate .. \"\n"); fprintf(makefile," @%s req -x509 -days 365 -in key/openbnc.req.pem \\\n",sslbin); - fprintf(makefile," -key key/psybnc.key.pem -out key/openbnc.cert.pem\n"); + fprintf(makefile," -key key/openbnc.key.pem -out key/openbnc.cert.pem\n"); fprintf(makefile," @echo \"Generating fingerprint ..\"\n"); fprintf(makefile," @%s x509 -subject -dates -fingerprint -noout \\\n",sslbin); fprintf(makefile," -in key/openbnc.cert.pem\n"); |