diff --git a/README.md b/README.md index d805113adc6f992fc4c6e430e837cfe95f105ed8..815c2d3383bc141809f3cac309e093ad96402b99 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +NEXT + +DASD + +TEST SIGNEDOFF # Usage ``` @@ -31,4 +36,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..e4f5cdcdcca5c0f820eb2f2285f49e57cb1f43a0 100644 --- a/ssl.h +++ b/ssl.h @@ -27,6 +27,9 @@ #include + +wdadad + enum { SSL_OK = 0, SSL_ERROR = -1, @@ -62,3 +65,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