make it build again
authorDaniel Kouřil <kouril@ics.muni.cz>
Thu, 12 Jan 2012 09:36:43 +0000 (09:36 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Thu, 12 Jan 2012 09:36:43 +0000 (09:36 +0000)
emi.canl.canl-c/src/canl_locl.h
emi.canl.canl-c/src/canl_ssl.h

index c1ad3ff..974e3d0 100644 (file)
@@ -31,6 +31,8 @@
 
 #include "canl.h"
 
+#include "canl_ssl.h"
+
 typedef struct canl_err_desc {
     CANL_ERROR code;
     const char *desc;
index 5d419c7..694970c 100644 (file)
@@ -7,6 +7,10 @@
 extern "C" {
 #endif
 
+typedef void *canl_x509;
+typedef void *canl_stack_of_x509;
+typedef void *canl_pkey;
+
 typedef char (*canl_password_callback)(canl_ctx cc, void *userdata);
 
 int canl_set_ctx_own_cert(canl_ctx cc, canl_x509 cert,