Commit 690fc8bd4dbee03f6953fd759e519e8093b9ee38
1 parent
11644361
Exists in
master
and in
1 other branch
Updating method call.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/testprogram/testprogram.c
@@ -101,7 +101,7 @@ | @@ -101,7 +101,7 @@ | ||
101 | GtkWidget * notebook = gtk_notebook_new(); | 101 | GtkWidget * notebook = gtk_notebook_new(); |
102 | 102 | ||
103 | // Hack to speed up the tests. | 103 | // Hack to speed up the tests. |
104 | - lib3270_disable_crl_download(v3270_get_session(terminal)); | 104 | + lib3270_ssl_set_crl_download(v3270_get_session(terminal),0); |
105 | 105 | ||
106 | gtk_box_pack_start(GTK_BOX(vBox),create_toolbar(terminal),FALSE,TRUE,0); | 106 | gtk_box_pack_start(GTK_BOX(vBox),create_toolbar(terminal),FALSE,TRUE,0); |
107 | gtk_box_pack_start(GTK_BOX(vBox),notebook,TRUE,TRUE,0); | 107 | gtk_box_pack_start(GTK_BOX(vBox),notebook,TRUE,TRUE,0); |