add --enable-pwdbased and build, opensslextra needs

This commit is contained in:
toddouska
2013-03-11 17:01:05 -07:00
parent 7719cd9faa
commit f232ff84b4
5 changed files with 29 additions and 4 deletions

View File

@@ -3736,7 +3736,7 @@ int mp_sqrmod (mp_int * a, mp_int * b, mp_int * c)
#endif
#if defined(CYASSL_KEY_GEN) || defined(HAVE_ECC) || !defined(NO_PWDBASED)
#if defined(CYASSL_KEY_GEN) || defined(HAVE_ECC) || defined(OPENSSL_EXTRA)
/* single digit addition */
int mp_add_d (mp_int* a, mp_digit b, mp_int* c)