Merge pull request #2151 from JacobBarthelmeh/Testing

path include adjustment, rename internal OBJ function, and client pri…
This commit is contained in:
toddouska
2019-03-11 16:48:19 -07:00
committed by GitHub
7 changed files with 25 additions and 17 deletions

View File

@@ -31756,7 +31756,7 @@ void* wolfSSL_GetDhAgreeCtx(WOLFSSL* ssl)
int wolfSSL_OBJ_sn2nid(const char *sn) {
WOLFSSL_ENTER("wolfSSL_OBJ_sn2nid");
return OBJ_sn2nid(sn);
return wc_OBJ_sn2nid(sn);
}
#endif