1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Comment changes.

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@186 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich 2011-01-02 23:03:18 +00:00
parent bc9a451b51
commit b8d6697ef8
2 changed files with 1 additions and 3 deletions

View File

@ -1186,7 +1186,6 @@ int SSL_server_tests(void)
NULL, "abcd", DEFAULT_SVR_OPTION))) NULL, "abcd", DEFAULT_SVR_OPTION)))
goto cleanup; goto cleanup;
//#if 0
/* /*
* AES128 Encrypted invalid key * AES128 Encrypted invalid key
*/ */
@ -1199,7 +1198,6 @@ int SSL_server_tests(void)
printf("SSL server test \"%s\" passed\n", "AES128 encrypted invalid key"); printf("SSL server test \"%s\" passed\n", "AES128 encrypted invalid key");
TTY_FLUSH(); TTY_FLUSH();
//#endif
/* /*
* PKCS#8 key (encrypted) * PKCS#8 key (encrypted)

File diff suppressed because one or more lines are too long