mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
typo
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
This commit is contained in:
parent
3d9ebc373f
commit
4fdf17a0ec
@ -153,7 +153,7 @@ struct ssl_conf_ctx_st {
|
||||
static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags,
|
||||
unsigned long option_value, int onoff)
|
||||
{
|
||||
unint32_t *pflags;
|
||||
uint32_t *pflags;
|
||||
if (cctx->poptions == NULL)
|
||||
return;
|
||||
if (name_flags & SSL_TFLAG_INV)
|
||||
|
Loading…
x
Reference in New Issue
Block a user