J-PAKE is not RSA.

This commit is contained in:
Ben Laurie 2008-11-13 09:50:24 +00:00
parent 448da15fbf
commit 33c51ec143

View file

@ -4,7 +4,7 @@
#ifndef OPENSSL_EXPERIMENTAL_JPAKE
int main(int argc, char *argv[])
{
printf("No RSA support\n");
printf("No J-PAKE support\n");
return(0);
}
#else