X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fuitest.c;h=03db008c71c195a070dbf28926ff98dbe9499a5b;hp=d2828f83b7651b015852b8d121f68a970b7f266c;hb=17b602802114d53017ff7894319498934a580b17;hpb=ad887416f1e59c3294a7d8f83a0ca77120523b4a diff --git a/test/uitest.c b/test/uitest.c index d2828f83b7..03db008c71 100644 --- a/test/uitest.c +++ b/test/uitest.c @@ -30,7 +30,7 @@ static int test_pem_password_cb(char *buf, int size, int rwflag, void *userdata) * Test wrapping old style PEM password callback in a UI method through the * use of UI utility functions */ -static int test_old() +static int test_old(void) { UI_METHOD *ui_method = NULL; UI *ui = NULL; @@ -71,7 +71,7 @@ static int test_old() } /* Test of UI. This uses the UI method defined in apps/apps.c */ -static int test_new_ui() +static int test_new_ui(void) { PW_CB_DATA cb_data = { "password",