summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/a_object.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/asn1/a_object.c')
-rw-r--r--lib/libcrypto/asn1/a_object.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/asn1/a_object.c b/lib/libcrypto/asn1/a_object.c
index 85b5d623b22..551aece6ad8 100644
--- a/lib/libcrypto/asn1/a_object.c
+++ b/lib/libcrypto/asn1/a_object.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: a_object.c,v 1.20 2014/07/10 13:58:22 jsing Exp $ */
+/* $OpenBSD: a_object.c,v 1.21 2014/07/11 08:44:47 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -60,11 +60,11 @@
#include <stdio.h>
#include <string.h>
-#include "cryptlib.h"
-#include <openssl/buffer.h>
#include <openssl/asn1.h>
-#include <openssl/objects.h>
#include <openssl/bn.h>
+#include <openssl/err.h>
+#include <openssl/buffer.h>
+#include <openssl/objects.h>
int
i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp)