mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 01:48:46 +00:00
Renamed x509_cert structure to x509_crt for consistency
This commit is contained in:
@@ -103,7 +103,7 @@ int main( int argc, char *argv[] )
|
||||
entropy_context entropy;
|
||||
ctr_drbg_context ctr_drbg;
|
||||
ssl_context ssl;
|
||||
x509_cert srvcert;
|
||||
x509_crt srvcert;
|
||||
pk_context pkey;
|
||||
|
||||
((void) argc);
|
||||
|
||||
Reference in New Issue
Block a user