DANE support structures, constructructors and accessors
[openssl.git] / demos / bio / client-conf.c
index 2a783151659a3b1c026792be81e891cb75448a42..4e4d4bc8df2447dba3f92288962d8ca0e614319b 100644 (file)
@@ -1,3 +1,4 @@
+#include <string.h>
 #include <openssl/err.h>
 #include <openssl/ssl.h>
 #include <openssl/conf.h>
@@ -64,7 +65,7 @@ int main(int argc, char **argv)
     if (!SSL_CONF_CTX_finish(cctx)) {
         fprintf(stderr, "Finish error\n");
         ERR_print_errors_fp(stderr);
-        goto err;
+        goto end;
     }
 
     /*