[openbnc-cvs] openbnc/src p_global.h,1.1.1.1,1.2
Status: Beta
Brought to you by:
andrereis
From: Nuno A. <nun...@us...> - 2004-06-04 15:26:22
|
Update of /cvsroot/openbnc/openbnc/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6589/openbnc/src Modified Files: p_global.h Log Message: Log Index: p_global.h =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_global.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_global.h 24 May 2004 16:44:09 -0000 1.1.1.1 +++ p_global.h 4 Jun 2004 15:26:13 -0000 1.2 @@ -1,5 +1,5 @@ /************************************************************************ - * psybnc2.3.1, src/p_global.h + * openbnc0.0.1, src/p_global.h * Copyright (C) 2002 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -43,7 +43,7 @@ #include <config.h> #endif #ifdef HAVE_PROV_CONFIG -#include "/psybnc/config.h" +#include "/openbnc/config.h" #endif #ifdef HAVE_SSL #include <openssl/crypto.h> @@ -1264,8 +1264,8 @@ #define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt)); strmncpy(cfunc,__FUNCTION__,sizeof(cfunc)); cline=__LINE__; } #define pmalloc(n) __pmalloc((n),__FILE__,__FUNCTION__,__LINE__) -#define SSLCERT "key/psybnc.cert.pem" -#define SSLKEY "key/psybnc.key.pem" +#define SSLCERT "key/openbnc.cert.pem" +#define SSLKEY "key/openbnc.key.pem" #ifdef HAVE_SSL #ifndef SSLSEC |