Skip to content
Snippets Groups Projects
Commit bf40024c authored by despair's avatar despair
Browse files

pipline test

parent 21d148ee
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ bool HTTPSRequest::initTLS()
mbedtls_x509_crt_init( &cacert );
mbedtls_ctr_drbg_init( &ctr_drbg );
const char *seed = "!@netrunner_ssl_seed$%?rvx86_despair^^%$#@";
const char *seed = "!@netrunner_ssl_seed$%?rvx86_despair##^^%$#@";
mbedtls_entropy_init( &entropy );
if(mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, reinterpret_cast<const unsigned char*>(seed), strlen(seed) ) != 0 )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment