Copy DH key (if available) in addition to the bare parameters
[openssl.git] / apps / sess_id.c
index 3d363d13ebcffdba55a36691465195d557db5ae9..71d5aa0b7c6cde62d68759445f954d696df9716e 100644 (file)
@@ -84,6 +84,9 @@ NULL
 };
 
 static SSL_SESSION *load_sess_id(char *file, int format);
+
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
        {
        SSL_SESSION *x=NULL;