DANE support structures, constructructors and accessors
[openssl.git] / demos / bio / client-arg.c
index 99ebff1f2a94626e6376fc9205e553806d6288a1..630b16677959eee66db88515bd6f5360febc5ba1 100644 (file)
@@ -1,3 +1,4 @@
+#include <string.h>
 #include <openssl/err.h>
 #include <openssl/ssl.h>
 
@@ -56,7 +57,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;
     }
 
     /*