mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-25 02:01:04 +00:00
parent
03437fc198
commit
a465d758aa
|
@ -330,6 +330,7 @@ int pem_read_buffer( pem_context *ctx, char *header, char *footer, const unsigne
|
|||
return( POLARSSL_ERR_PEM_PASSWORD_MISMATCH );
|
||||
}
|
||||
#else
|
||||
free( buf );
|
||||
return( POLARSSL_ERR_PEM_FEATURE_UNAVAILABLE );
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue