summaryrefslogtreecommitdiffstats
path: root/demos/b64.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/b64.c')
-rw-r--r--demos/b64.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/b64.c b/demos/b64.c
index 42abc42d33..725c78db21 100644
--- a/demos/b64.c
+++ b/demos/b64.c
@@ -60,12 +60,12 @@
#include <stdlib.h>
#include <string.h>
#include "apps.h"
-#include "buffer.h"
-#include "err.h"
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/buffer.h>
+#include <openssl/err.h>
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
#undef SIZE
#undef BSIZE