git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
333fcba
)
asn1_tests: Fix typo in comment.
author
Karolin Seeger
<kseeger@samba.org>
Fri, 9 Oct 2009 09:27:06 +0000
(11:27 +0200)
committer
Karolin Seeger
<kseeger@samba.org>
Fri, 9 Oct 2009 09:27:06 +0000
(11:27 +0200)
Karolin
lib/util/tests/asn1_tests.c
patch
|
blob
|
history
diff --git
a/lib/util/tests/asn1_tests.c
b/lib/util/tests/asn1_tests.c
index 56363c236d273e07224f82cf0ef90aeb225a9b9c..eea34daaf7a6a577f8b78db16fc32baa08c79bea 100644
(file)
--- a/
lib/util/tests/asn1_tests.c
+++ b/
lib/util/tests/asn1_tests.c
@@
-28,7
+28,7
@@
struct oid_data {
const char *bin_oid; /* Binary OID represented as string */
};
-/* Data for successful
l
OIDs conversions */
+/* Data for successful OIDs conversions */
struct oid_data oid_data_ok[] = {
{
.oid = "2.5.4.0",
@@
-64,7
+64,7
@@
struct oid_data oid_data_ok[] = {
},
};
-/* Data for successful
l
Partial OIDs conversions */
+/* Data for successful Partial OIDs conversions */
struct oid_data partial_oid_data_ok[] = {
{
.oid = "2.5.4.130:0x81",