Skip to content

Commit d47a68a

Browse files
committed
Add a required header to example.
1 parent d2add95 commit d47a68a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/conf_example.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*/
2121

2222
#include <stdio.h>
23+
#include <openssl/conf.h>
2324
#include <openssl/engine.h>
2425

2526
/* From https://www.openssl.org/docs/man3.0/man3/EVP_MD_CTX_new.html:

0 commit comments

Comments
 (0)