Merge pull request #1050 from JacobBarthelmeh/ARMv8

Xilinx port
This commit is contained in:
toddouska
2017-07-24 15:37:05 -07:00
committed by GitHub
22 changed files with 760 additions and 21 deletions

View File

@@ -12819,6 +12819,7 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD *md)
return SSL_SUCCESS; /* success */
}
#define WOLFSSL_EVP_INCLUDED
#include "wolfcrypt/src/evp.c"
@@ -23408,6 +23409,7 @@ WOLFSSL_DSA *wolfSSL_PEM_read_bio_DSAparams(WOLFSSL_BIO *bp, WOLFSSL_DSA **x,
}
#endif /* NO_DSA */
#define WOLFSSL_BIO_INCLUDED
#include "src/bio.c"
#endif /* OPENSSL_EXTRA */