diff options
author | 2014-04-15 22:43:53 +0000 | |
---|---|---|
committer | 2014-04-15 22:43:53 +0000 | |
commit | 256990de816d86ff348ffa04e53a260acb04c796 (patch) | |
tree | c4984d80a0ae4c5a59678cc34a6d4bf6e5b2dfe6 /lib/libssl/ssl_cert.c | |
parent | Remove wraparounds for operating systems which lack issetugid(). (diff) | |
download | wireguard-openbsd-256990de816d86ff348ffa04e53a260acb04c796.tar.xz wireguard-openbsd-256990de816d86ff348ffa04e53a260acb04c796.zip |
o_dir.c had a very funny odor. all users of this now use standard functions.
consign it to the Attic.
ok deraadt@
Diffstat (limited to 'lib/libssl/ssl_cert.c')
-rw-r--r-- | lib/libssl/ssl_cert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/ssl_cert.c b/lib/libssl/ssl_cert.c index 9c952f452a8..72b5d8d2bd0 100644 --- a/lib/libssl/ssl_cert.c +++ b/lib/libssl/ssl_cert.c @@ -122,7 +122,6 @@ #include <openssl/opensslconf.h> #include <openssl/e_os2.h> -#include "o_dir.h" #include <openssl/objects.h> #include <openssl/bio.h> #include <openssl/pem.h> |