J-PAKE is not RSA.
authorBen Laurie <ben@openssl.org>
Thu, 13 Nov 2008 09:50:24 +0000 (09:50 +0000)
committerBen Laurie <ben@openssl.org>
Thu, 13 Nov 2008 09:50:24 +0000 (09:50 +0000)
crypto/jpake/jpaketest.c

index a7df76a4cfd8efb4f862280a547efac5239185a9..1c77f6cda4559ac1e90d67a1e101c0130eea6e43 100644 (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