projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
448da15
)
J-PAKE is not RSA.
author
Ben Laurie
<ben@openssl.org>
Thu, 13 Nov 2008 09:50:24 +0000
(09:50 +0000)
committer
Ben Laurie
<ben@openssl.org>
Thu, 13 Nov 2008 09:50:24 +0000
(09:50 +0000)
crypto/jpake/jpaketest.c
patch
|
blob
|
history
diff --git
a/crypto/jpake/jpaketest.c
b/crypto/jpake/jpaketest.c
index a7df76a4cfd8efb4f862280a547efac5239185a9..1c77f6cda4559ac1e90d67a1e101c0130eea6e43 100644
(file)
--- a/
crypto/jpake/jpaketest.c
+++ b/
crypto/jpake/jpaketest.c
@@
-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