diff options
Diffstat (limited to 'lib/libcrypto/evp/m_null.c')
-rw-r--r-- | lib/libcrypto/evp/m_null.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/m_null.c b/lib/libcrypto/evp/m_null.c index 1a101017626..897be3cee99 100644 --- a/lib/libcrypto/evp/m_null.c +++ b/lib/libcrypto/evp/m_null.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_null.c,v 1.8 2014/06/12 15:49:29 deraadt Exp $ */ +/* $OpenBSD: m_null.c,v 1.9 2014/07/11 08:44:48 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,7 +57,7 @@ */ #include <stdio.h> -#include "cryptlib.h" + #include <openssl/evp.h> #include <openssl/objects.h> #include <openssl/x509.h> |