diff --git a/README.md b/README.md index d805113adc6f992fc4c6e430e837cfe95f105ed8..09c02226eeaef5bb01f95e69b1b4836b73e11e0f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +TEST SIGNEDOFF # Usage ``` @@ -31,4 +32,8 @@ USE_OPENSSL:BOOL // Force select WolfSSL(CyaSSL) USE_WOLFSSL:BOOL -``` \ No newline at end of file +``` + + + +TEST SIGNED OFF diff --git a/mbedtls.c b/mbedtls.c index 187434a98bcfcee9af60129da1bf389266bcd64e..dc800611a0569055e7c2619fb43238896aa3c761 100644 --- a/mbedtls.c +++ b/mbedtls.c @@ -66,6 +66,10 @@ #include #endif + + +1234567 + struct ssl_context { mbedtls_ssl_config conf; mbedtls_pk_context key; diff --git a/ssl.h b/ssl.h index e41e665c88c0b6eabf3256ac1eac7a4f509d2529..07948a66500383266b617f23d7f306734f2a9a2c 100644 --- a/ssl.h +++ b/ssl.h @@ -62,3 +62,5 @@ int ssl_connect(void *ssl, bool server, void (*on_verify_error)(int error, const char *str, void *arg), void *arg); #endif + +test signed off