diff --git a/fm.h b/fm.h index 9810c31..ddcd4fc 100644 --- a/fm.h +++ b/fm.h @@ -1144,7 +1144,7 @@ global int ssl_path_modified init(FALSE); #endif /* defined(USE_SSL) && * defined(USE_SSL_VERIFY) */ #ifdef USE_SSL -global char *ssl_forbid_method init("2"); +global char *ssl_forbid_method init("2, 3"); #endif global int is_redisplay init(FALSE);