OSDN Git Service

Fixed link error master
authorwatanaby <watanaby@users.osdn.jp>
Fri, 23 Aug 2019 01:27:26 +0000 (10:27 +0900)
committerwatanaby <watanaby@users.osdn.jp>
Fri, 23 Aug 2019 01:27:26 +0000 (10:27 +0900)
doc/Changes.html
mngsrc/auth-ftps.c

index c6e1587..028c8d1 100644 (file)
@@ -291,6 +291,10 @@ OpengateM History</H3>
        </DT><DD>
         Fixed error at ndp request (opengatemmng). 
        </DD>
+       <DT>Ver.1.1.5 at 2019.08.22
+       </DT><DD>
+        Fixed a linker error of undefined reference (opengatemmng). 
+       </DD>
        
 </DL>
 <P>
index e829552..0343819 100644 (file)
@@ -220,7 +220,7 @@ int authFtpsi(char *userid, char *passwd)
   /* ----------------------------------------------- */
   /* prepare SSL */
   SSLeay_add_ssl_algorithms();
-  meth = SSLv2_client_method();
+  meth = SSLv23_client_method();
   SSL_load_error_strings();
   ctx = SSL_CTX_new (meth);
   if( ctx == NULL ){