summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/eck_prn.c
diff options
context:
space:
mode:
authorjsing <>2014-07-10 13:58:23 +0000
committerjsing <>2014-07-10 13:58:23 +0000
commitc917c683bc93c68fbf4310ac181f7906e76b3c94 (patch)
tree520bd0eaa8855b175013ab92f4175f47f1099115 /src/lib/libcrypto/ec/eck_prn.c
parent4813174951b534ca1bff04557cea82aa2dfc8c6d (diff)
downloadopenbsd-c917c683bc93c68fbf4310ac181f7906e76b3c94.tar.gz
openbsd-c917c683bc93c68fbf4310ac181f7906e76b3c94.tar.bz2
openbsd-c917c683bc93c68fbf4310ac181f7906e76b3c94.zip
Stop including standard headers via cryptlib.h - pull in the headers that
are needed in the source files that actually require them. ok beck@ miod@
Diffstat (limited to 'src/lib/libcrypto/ec/eck_prn.c')
-rw-r--r--src/lib/libcrypto/ec/eck_prn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/eck_prn.c b/src/lib/libcrypto/ec/eck_prn.c
index 8e25ad5d73..eba10245d8 100644
--- a/src/lib/libcrypto/ec/eck_prn.c
+++ b/src/lib/libcrypto/ec/eck_prn.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: eck_prn.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ 1/* $OpenBSD: eck_prn.c,v 1.7 2014/07/10 13:58:22 jsing Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project. 3 * Written by Nils Larsch for the OpenSSL project.
4 */ 4 */
@@ -62,6 +62,8 @@
62 */ 62 */
63 63
64#include <stdio.h> 64#include <stdio.h>
65#include <string.h>
66
65#include "cryptlib.h" 67#include "cryptlib.h"
66#include <openssl/evp.h> 68#include <openssl/evp.h>
67#include <openssl/ec.h> 69#include <openssl/ec.h>