diff options
author | 1999-09-29 04:35:07 +0000 | |
---|---|---|
committer | 1999-09-29 04:35:07 +0000 | |
commit | 913ec974266f8a62ab2e5ca34a31d6e6f75b3cf0 (patch) | |
tree | 62c001f84cb6413a049c5c811a08bfbe7c747b77 /lib/libssl/src/demos/spkigen.c | |
parent | fix byte counters; imain@netidea.com (diff) | |
download | wireguard-openbsd-913ec974266f8a62ab2e5ca34a31d6e6f75b3cf0.tar.xz wireguard-openbsd-913ec974266f8a62ab2e5ca34a31d6e6f75b3cf0.zip |
OpenSSL 0.9.4 merge
Diffstat (limited to 'lib/libssl/src/demos/spkigen.c')
-rw-r--r-- | lib/libssl/src/demos/spkigen.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libssl/src/demos/spkigen.c b/lib/libssl/src/demos/spkigen.c index 01fe6254f22..d87881197c5 100644 --- a/lib/libssl/src/demos/spkigen.c +++ b/lib/libssl/src/demos/spkigen.c @@ -6,12 +6,12 @@ */ #include <stdio.h> #include <stdlib.h> -#include "err.h" -#include "asn1.h" -#include "objects.h" -#include "evp.h" -#include "x509.h" -#include "pem.h" +#include <openssl/err.h> +#include <openssl/asn1.h> +#include <openssl/objects.h> +#include <openssl/evp.h> +#include <openssl/x509.h> +#include <openssl/pem.h> /* The following two don't exist in SSLeay but they are in here as * examples */ |