mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 20:20:59 +00:00
Minor fixes to o_p_test.c (CMakeLists.txt and includes)
This commit is contained in:
parent
7214f5437d
commit
0ed42d6159
|
@ -30,6 +30,7 @@ install(TARGETS selftest benchmark ssl_test ssl_cert_test
|
|||
|
||||
if(OPENSSL_FOUND)
|
||||
add_executable(o_p_test o_p_test.c)
|
||||
include_directories(${OPENSSL_INCLUDE_DIR})
|
||||
target_link_libraries(o_p_test ${libs} ${OPENSSL_LIBRARIES})
|
||||
|
||||
install(TARGETS o_p_test
|
||||
|
|
|
@ -34,7 +34,9 @@
|
|||
#include <sys/stat.h>
|
||||
|
||||
#include <openssl/rsa.h>
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
#include <openssl/engine.h>
|
||||
#endif
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/bio.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue