mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 19:24:37 +00:00
Fix no-psk compile failure
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
bbf431cb5e
commit
73cd6175b9
@ -93,6 +93,7 @@ OPTIONS ciphers_options[] = {
|
|||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef OPENSSL_NO_PSK
|
||||||
static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity,
|
static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity,
|
||||||
unsigned int max_identity_len,
|
unsigned int max_identity_len,
|
||||||
unsigned char *psk,
|
unsigned char *psk,
|
||||||
@ -100,6 +101,7 @@ static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity,
|
|||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int ciphers_main(int argc, char **argv)
|
int ciphers_main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user