summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dso/dso_null.c
diff options
context:
space:
mode:
authorjsing <>2014-07-11 08:44:49 +0000
committerjsing <>2014-07-11 08:44:49 +0000
commit74e2c009c83ad374bd6acdcfc376a384e25ab007 (patch)
tree0e726f9e971e00f4c8cd8afab71589803fc11b7f /src/lib/libcrypto/dso/dso_null.c
parent7610da071a20f4325acc14cb2e961617a821ab35 (diff)
downloadopenbsd-74e2c009c83ad374bd6acdcfc376a384e25ab007.tar.gz
openbsd-74e2c009c83ad374bd6acdcfc376a384e25ab007.tar.bz2
openbsd-74e2c009c83ad374bd6acdcfc376a384e25ab007.zip
Only import cryptlib.h in the four source files that actually need it.
Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
Diffstat (limited to 'src/lib/libcrypto/dso/dso_null.c')
-rw-r--r--src/lib/libcrypto/dso/dso_null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dso/dso_null.c b/src/lib/libcrypto/dso/dso_null.c
index 572d36d1f6..a3dc0ec1ff 100644
--- a/src/lib/libcrypto/dso/dso_null.c
+++ b/src/lib/libcrypto/dso/dso_null.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dso_null.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ 1/* $OpenBSD: dso_null.c,v 1.7 2014/07/11 08:44:48 jsing Exp $ */
2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL 2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -60,7 +60,7 @@
60 * no appropriate support for "shared-libraries". */ 60 * no appropriate support for "shared-libraries". */
61 61
62#include <stdio.h> 62#include <stdio.h>
63#include "cryptlib.h" 63
64#include <openssl/dso.h> 64#include <openssl/dso.h>
65 65
66static DSO_METHOD dso_meth_null = { 66static DSO_METHOD dso_meth_null = {