don't rely on openssl for string.h
This commit is contained in:
parent
c01c035e5a
commit
4ac75f4f02
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:41:25 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2014/05/23 12:33:30 sthen Exp $
|
||||
|
||||
COMMENT = interactive PKI manager for isakmpd(8) or iked(8)
|
||||
DISTNAME = ikeman-0.2
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
|
11
security/ikeman/patches/patch-asn1_time_t_c
Normal file
11
security/ikeman/patches/patch-asn1_time_t_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-asn1_time_t_c,v 1.1 2014/05/23 12:33:30 sthen Exp $
|
||||
--- asn1_time_t.c.orig Fri May 23 13:31:59 2014
|
||||
+++ asn1_time_t.c Fri May 23 13:32:05 2014
|
||||
@@ -14,6 +14,7 @@
|
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
+#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <openssl/ssl.h>
|
11
security/ikeman/patches/patch-ncurses_c
Normal file
11
security/ikeman/patches/patch-ncurses_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-ncurses_c,v 1.1 2014/05/23 12:33:30 sthen Exp $
|
||||
--- ncurses.c.orig Fri May 23 13:32:32 2014
|
||||
+++ ncurses.c Fri May 23 13:32:41 2014
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <signal.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "ikeman.h"
|
Loading…
Reference in New Issue
Block a user