diff options
Diffstat (limited to 'src/lib/libssl/src/demos/b64.c')
-rw-r--r-- | src/lib/libssl/src/demos/b64.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libssl/src/demos/b64.c b/src/lib/libssl/src/demos/b64.c index 42abc42d33..ad86bc9b49 100644 --- a/src/lib/libssl/src/demos/b64.c +++ b/src/lib/libssl/src/demos/b64.c | |||
@@ -59,13 +59,13 @@ | |||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include <stdlib.h> | 60 | #include <stdlib.h> |
61 | #include <string.h> | 61 | #include <string.h> |
62 | #include "apps.h" | 62 | #include "../apps/apps.h" |
63 | #include "buffer.h" | 63 | #include <openssl/buffer.h> |
64 | #include "err.h" | 64 | #include <openssl/err.h> |
65 | #include "evp.h" | 65 | #include <openssl/evp.h> |
66 | #include "objects.h" | 66 | #include <openssl/objects.h> |
67 | #include "x509.h" | 67 | #include <openssl/x509.h> |
68 | #include "pem.h" | 68 | #include <openssl/pem.h> |
69 | 69 | ||
70 | #undef SIZE | 70 | #undef SIZE |
71 | #undef BSIZE | 71 | #undef BSIZE |