summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509v3/v3_cpols.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/x509v3/v3_cpols.c')
-rw-r--r--lib/libcrypto/x509v3/v3_cpols.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/x509v3/v3_cpols.c b/lib/libcrypto/x509v3/v3_cpols.c
index 88552a0297f..51d02abd220 100644
--- a/lib/libcrypto/x509v3/v3_cpols.c
+++ b/lib/libcrypto/x509v3/v3_cpols.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: v3_cpols.c,v 1.14 2014/07/10 13:58:23 jsing Exp $ */
+/* $OpenBSD: v3_cpols.c,v 1.15 2014/07/11 08:44:49 jsing Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
@@ -59,10 +59,10 @@
#include <stdio.h>
#include <string.h>
-#include "cryptlib.h"
-#include <openssl/conf.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
+#include <openssl/conf.h>
+#include <openssl/err.h>
#include <openssl/x509v3.h>
#include "pcy_int.h"