summaryrefslogtreecommitdiff
path: root/lib/libcrypto/stack/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/stack/stack.c')
-rw-r--r--lib/libcrypto/stack/stack.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/stack/stack.c b/lib/libcrypto/stack/stack.c
index a219d959e92..cbd4d216f64 100644
--- a/lib/libcrypto/stack/stack.c
+++ b/lib/libcrypto/stack/stack.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stack.c,v 1.17 2014/07/10 13:58:23 jsing Exp $ */
+/* $OpenBSD: stack.c,v 1.18 2014/07/11 08:44:49 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -69,9 +69,8 @@
#include <stdio.h>
#include <string.h>
-#include "cryptlib.h"
-#include <openssl/stack.h>
#include <openssl/objects.h>
+#include <openssl/stack.h>
#undef MIN_NODES
#define MIN_NODES 4