diff options
author | msvensson@shellback.(none) <> | 2006-05-03 13:08:24 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-05-03 13:08:24 +0200 |
commit | e2854b8a7fe36e5cf1935bfcd502a86e7c03bf98 (patch) | |
tree | a532ecc3e94ad79d9f70543d83f7b7f1c266196c /extra/yassl/testsuite/test.hpp | |
parent | ff7be64f9bfe5cb6ea2f69445961a5a3f1201be6 (diff) | |
download | mariadb-git-e2854b8a7fe36e5cf1935bfcd502a86e7c03bf98.tar.gz |
Update yaSSL to version 1.3.0
Diffstat (limited to 'extra/yassl/testsuite/test.hpp')
-rw-r--r-- | extra/yassl/testsuite/test.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yassl/testsuite/test.hpp b/extra/yassl/testsuite/test.hpp index 79d02b63558..7fe8656f6d2 100644 --- a/extra/yassl/testsuite/test.hpp +++ b/extra/yassl/testsuite/test.hpp @@ -305,8 +305,8 @@ inline void showPeer(SSL* ssl) char* subject = X509_NAME_oneline(X509_get_subject_name(peer), 0, 0); printf("peer's cert info:\n"); - printf("issuer is: %s\n", issuer); - printf("subject is: %s\n", subject); + printf("issuer : %s\n", issuer); + printf("subject: %s\n", subject); free(subject); free(issuer); |