*** empty log message ***
authorUlf Möller <ulf@openssl.org>
Sat, 1 Sep 2001 05:30:45 +0000 (05:30 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 1 Sep 2001 05:30:45 +0000 (05:30 +0000)
crypto/evp/evp_test.c

index 87be6953789e99d4343ee1e303ee5a7f43f397b7..037fcefcc6b29631a7709bbc78451764aabe11d7 100644 (file)
@@ -328,7 +328,7 @@ int main(int argc,char **argv)
        if(line[0] == '#' || line[0] == '\n')
            continue;
        p=line;
-       cipher=strsep(&p,":");  
+       cipher=(char*)ustrsep(&p,":");  
        key=ustrsep(&p,":");
        iv=ustrsep(&p,":");
        plaintext=ustrsep(&p,":");