mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 12:35:20 +00:00
- Removed superfluous debugging info
This commit is contained in:
parent
058881547f
commit
89f3fc5bf1
@ -181,7 +181,6 @@ int main( int argc, char *argv[] )
|
|||||||
}
|
}
|
||||||
else if( strcmp( p, "subject_name" ) == 0 )
|
else if( strcmp( p, "subject_name" ) == 0 )
|
||||||
{
|
{
|
||||||
printf("p: '%s', q: '%s'\n", p, q);
|
|
||||||
opt.subject_name = q;
|
opt.subject_name = q;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user