Yet more pissing about to get PEM built at the right moment.
[openssl.git] / crypto / sha / sha1_one.c
index cf381fa39386a5db80691a8c3b297cc0635206e9..fe5770d6019cb98617de587127f07892eaa88c5b 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/sha/sha1_one.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include <string.h>
 #include "sha.h"
 
 unsigned char *SHA1(d, n, md)