Fix a warning.
authorBen Laurie <ben@openssl.org>
Fri, 31 May 2002 14:34:15 +0000 (14:34 +0000)
committerBen Laurie <ben@openssl.org>
Fri, 31 May 2002 14:34:15 +0000 (14:34 +0000)
crypto/evp/evp_test.c

index 7c5453d7e9d2fe52b5f03d806ad51725c7676e98..1bfffb34cf3e86b498598da2f657c0584b90c3e1 100644 (file)
@@ -358,7 +358,7 @@ int main(int argc,char **argv)
            p[-1] = '\0';
            encdec = -1;
        } else {
-           encdec = atoi(ustrsep(&p,"\n"));
+           encdec = atoi(strsep(&p,"\n"));
        }