diff options
Diffstat (limited to 'lib/libcrypto/dso/dso_openssl.c')
-rw-r--r-- | lib/libcrypto/dso/dso_openssl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/dso/dso_openssl.c b/lib/libcrypto/dso/dso_openssl.c index 6b9d9682fe8..37d8d5805f9 100644 --- a/lib/libcrypto/dso/dso_openssl.c +++ b/lib/libcrypto/dso/dso_openssl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dso_openssl.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ +/* $OpenBSD: dso_openssl.c,v 1.6 2014/07/11 08:44:48 jsing Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ @@ -57,7 +57,7 @@ */ #include <stdio.h> -#include "cryptlib.h" + #include <openssl/dso.h> /* We just pinch the method from an appropriate "default" method. */ |