mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Cleanup unused bit in ssl
Became unused when removing deprecated ssl_set_own_cert_xxx() functions
This commit is contained in:
@ -769,7 +769,6 @@ struct _ssl_key_cert
|
||||
{
|
||||
x509_crt *cert; /*!< cert */
|
||||
pk_context *key; /*!< private key */
|
||||
int key_own_alloc; /*!< did we allocate key? */
|
||||
ssl_key_cert *next; /*!< next key/cert pair */
|
||||
};
|
||||
#endif /* POLARSSL_X509_CRT_PARSE_C */
|
||||
|
Reference in New Issue
Block a user