diff options
Diffstat (limited to 'lib/libcrypto/ex_data.c')
-rw-r--r-- | lib/libcrypto/ex_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/ex_data.c b/lib/libcrypto/ex_data.c index 4fb97038b0a..7ac5a692c75 100644 --- a/lib/libcrypto/ex_data.c +++ b/lib/libcrypto/ex_data.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ex_data.c,v 1.16 2014/06/12 15:49:27 deraadt Exp $ */ +/* $OpenBSD: ex_data.c,v 1.17 2014/07/11 08:44:47 jsing Exp $ */ /* * Overhaul notes; @@ -138,7 +138,7 @@ * */ -#include "cryptlib.h" +#include <openssl/err.h> #include <openssl/lhash.h> /* What an "implementation of ex_data functionality" looks like */ |