diff options
author | schwarze <> | 2018-04-07 13:54:46 +0000 |
---|---|---|
committer | schwarze <> | 2018-04-07 13:54:46 +0000 |
commit | 4608af0736dc60b5c3961e69526d193a03fb7f16 (patch) | |
tree | 14abb85d50461bc29c2fc3bc58365dc8a2af5cbb /src/regress/lib/libcrypto/x509/x509name.expected | |
parent | 51c043113484c53de869b645bf4515c05a75e519 (diff) | |
download | openbsd-4608af0736dc60b5c3961e69526d193a03fb7f16.tar.gz openbsd-4608af0736dc60b5c3961e69526d193a03fb7f16.tar.bz2 openbsd-4608af0736dc60b5c3961e69526d193a03fb7f16.zip |
test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libcrypto/x509/x509name.expected | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/x509/x509name.expected b/src/regress/lib/libcrypto/x509/x509name.expected new file mode 100644 index 0000000000..6cee7cc435 --- /dev/null +++ b/src/regress/lib/libcrypto/x509/x509name.expected | |||
@@ -0,0 +1,3 @@ | |||
1 | 0:1: ST=BaWue, O=KIT | ||
2 | 0:1:2: ST=BaWue, L=Karlsruhe, O=KIT | ||
3 | 0:0:1:2: C=DE + ST=BaWue, L=Karlsruhe, O=KIT | ||