Add JPAKE.

This commit is contained in:
Ben Laurie
2008-10-26 18:42:05 +00:00
parent 3b668eedda
commit 2124e869a8
29 changed files with 1416 additions and 214 deletions

View File

@@ -102,6 +102,8 @@
#include <openssl/cms.h>
#endif
#include <openssl/jpake.h>
void ERR_load_crypto_strings(void)
{
#ifndef OPENSSL_NO_ERR
@@ -151,5 +153,6 @@ void ERR_load_crypto_strings(void)
#ifndef OPENSSL_NO_CMS
ERR_load_CMS_strings();
#endif
ERR_load_JPAKE_strings();
#endif
}