Explorar el Código

Add missing header

Mészáros Mihály hace 7 años
padre
commit
c98cbddd80
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/apps/relay/mainrelay.h

+ 1 - 0
src/apps/relay/mainrelay.h

@@ -80,6 +80,7 @@
 #include <openssl/aes.h>
 #include <openssl/err.h>
 #include <openssl/pem.h>
+#include <openssl/modes.h>
 
 #ifdef __cplusplus
 extern "C" {