diff options
Diffstat (limited to 'lib/libcrypto/dsa/dsa_depr.c')
-rw-r--r-- | lib/libcrypto/dsa/dsa_depr.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libcrypto/dsa/dsa_depr.c b/lib/libcrypto/dsa/dsa_depr.c index 50169ac9b2c..d8ac6f9d925 100644 --- a/lib/libcrypto/dsa/dsa_depr.c +++ b/lib/libcrypto/dsa/dsa_depr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_depr.c,v 1.4 2014/07/09 10:16:24 miod Exp $ */ +/* $OpenBSD: dsa_depr.c,v 1.5 2014/07/10 22:45:56 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * @@ -56,10 +56,13 @@ /* This file contains deprecated function(s) that are now wrappers to the new * version(s). */ -#ifndef OPENSSL_NO_SHA - #include <stdio.h> #include <time.h> + +#include <openssl/opensslconf.h> + +#ifndef OPENSSL_NO_SHA + #include "cryptlib.h" #include <openssl/evp.h> #include <openssl/bn.h> |