Add BIO_bind function to bind local address for a socket.
[openssl.git] / apps / openssl.c
index fe1eabdede777044bc15bba9d9b2e2f981059a5a..fffa05e1c7a1af719461221afed020b307bd8543 100644 (file)
@@ -93,6 +93,7 @@ static int apps_startup()
 static void apps_shutdown()
 {
     destroy_ui_method();
+    destroy_prefix_method();
 }
 
 static char *make_config_name()