blob: 4e4baf2a190cc05b6e695cf5203ae0fa7e00c4f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 1998/12/03 17:22:02 tv Exp $
--- pkg.sslsup/ca-fix.c.orig Thu Dec 3 11:40:55 1998
+++ pkg.sslsup/ca-fix.c Thu Dec 3 11:41:27 1998
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <bio.h>
#include <objects.h>
|