diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-15 20:44:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-15 20:44:24 +0300 |
commit | 757b8a9adb2076cf4af12abad2f2fda03d21ea79 (patch) | |
tree | 631206244e74868d8a0f2c1ae325fe19b533df37 /openssl/agent/pkcs11 | |
parent | b917d492ee480e565b7fe9b9b1f871e719c83064 (diff) |
URL unit test minor fix
Diffstat (limited to 'openssl/agent/pkcs11')
-rw-r--r-- | openssl/agent/pkcs11/url.test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/agent/pkcs11/url.test.cxx b/openssl/agent/pkcs11/url.test.cxx index 501137a..6e9f9d1 100644 --- a/openssl/agent/pkcs11/url.test.cxx +++ b/openssl/agent/pkcs11/url.test.cxx @@ -33,7 +33,7 @@ main () identity idn (u); access acc (u); - cout << u.string () << endl; + cout << u << endl; } return 0; |