lib/libsecureboot: Fix some typos

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Pull Request:	https://github.com/freebsd/freebsd-src/pull/544
This commit is contained in:
Elyes HAOUAS 2021-03-22 18:16:06 +01:00 committed by Ed Maste
parent 719e307f80
commit cb25444c05
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ initialize (void)
#include <openssl/err.h>
/**
* @brief intialize OpenSSL
* @brief initialize OpenSSL
*/
void
initialize(void)

View File

@ -520,7 +520,7 @@ verify_signer_xcs(br_x509_certificate *xcs,
br_x509_minimal_set_rsa(&mc, &br_rsa_i31_pkcs1_vrfy);
#endif
#if defined(UNIT_TEST) && defined(VE_DEPRECATED_RSA_SHA1_SUPPORT)
/* This is deprecated! do not enable unless you absoultely have to */
/* This is deprecated! do not enable unless you absolutely have to */
br_x509_minimal_set_hash(&mc, br_sha1_ID, &br_sha1_vtable);
#endif
br_x509_minimal_set_hash(&mc, br_sha256_ID, &br_sha256_vtable);