Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
[openssl.git] / crypto / asn1 / a_verify.c
index 567552f782ce63bbc9ab54ce28c7b209645d0628..09e7fc05bb1f55a87f0f4ca8c111d961e3c64a61 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/asn1/a_verify.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
@@ -67,7 +67,6 @@
 #include "objects.h"
 #include "buffer.h"
 #include "evp.h"
-#include "pem.h"
 
 int ASN1_verify(i2d,a,signature,data,pkey)
 int (*i2d)();