diff options
Diffstat (limited to 'lib/libssl/src/ssl/ssl_cert.c')
| -rw-r--r-- | lib/libssl/src/ssl/ssl_cert.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libssl/src/ssl/ssl_cert.c b/lib/libssl/src/ssl/ssl_cert.c index 8adb9aa0326..7938c82c946 100644 --- a/lib/libssl/src/ssl/ssl_cert.c +++ b/lib/libssl/src/ssl/ssl_cert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_cert.c,v 1.44 2014/10/31 15:25:55 jsing Exp $ */ +/* $OpenBSD: ssl_cert.c,v 1.45 2014/11/16 14:12:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -116,17 +116,18 @@ #include <sys/types.h> +#include <dirent.h> #include <stdio.h> #include <unistd.h> -#include <dirent.h> -#include <openssl/opensslconf.h> -#include <openssl/objects.h> #include <openssl/bio.h> +#include <openssl/bn.h> +#include <openssl/dh.h> +#include <openssl/objects.h> +#include <openssl/opensslconf.h> #include <openssl/pem.h> #include <openssl/x509v3.h> -#include <openssl/dh.h> -#include <openssl/bn.h> + #include "ssl_locl.h" int |
