[Midnightbsd-cvs] src [11177] trunk/secure/lib/libnetpgp: turn on idea header

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 30 19:32:46 EDT 2018


Revision: 11177
          http://svnweb.midnightbsd.org/src/?rev=11177
Author:   laffer1
Date:     2018-06-30 19:32:45 -0400 (Sat, 30 Jun 2018)
Log Message:
-----------
turn on idea header

Modified Paths:
--------------
    trunk/secure/lib/libnetpgp/Makefile
    trunk/secure/lib/libnetpgp/config.h

Modified: trunk/secure/lib/libnetpgp/Makefile
===================================================================
--- trunk/secure/lib/libnetpgp/Makefile	2018-06-30 23:24:20 UTC (rev 11176)
+++ trunk/secure/lib/libnetpgp/Makefile	2018-06-30 23:32:45 UTC (rev 11177)
@@ -2,7 +2,7 @@
 
 .include <bsd.own.mk>
 
-LIB= netpgp
+LIB=	netpgp
 SHLIB_MAJOR=	1
 
 NO_LINT=

Modified: trunk/secure/lib/libnetpgp/config.h
===================================================================
--- trunk/secure/lib/libnetpgp/config.h	2018-06-30 23:24:20 UTC (rev 11176)
+++ trunk/secure/lib/libnetpgp/config.h	2018-06-30 23:32:45 UTC (rev 11177)
@@ -57,7 +57,7 @@
 #define HAVE_OPENSSL_ERR_H 1
 
 /* Define to 1 if you have the <openssl/idea.h> header file. */
-/* #define HAVE_OPENSSL_IDEA_H 1 */
+#define HAVE_OPENSSL_IDEA_H 1
 
 /* Define to 1 if you have the <openssl/md5.h> header file. */
 #define HAVE_OPENSSL_MD5_H 1



More information about the Midnightbsd-cvs mailing list