summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-09-08 10:20:33 +0000
committertb <>2018-09-08 10:20:33 +0000
commit434667dd9f57fc541c007bb7cddd2b5debb987b9 (patch)
tree87c6ee9928567b5d80636c7d3004a907920795ac /src
parent2048b90dfd1d58eba938ad2d415f0bf8f0a9d8c4 (diff)
downloadopenbsd-434667dd9f57fc541c007bb7cddd2b5debb987b9.tar.gz
openbsd-434667dd9f57fc541c007bb7cddd2b5debb987b9.tar.bz2
openbsd-434667dd9f57fc541c007bb7cddd2b5debb987b9.zip
missing word & a couple of typos
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/objects/objects.README6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/objects/objects.README b/src/lib/libcrypto/objects/objects.README
index 4d745508d8..c49e93d679 100644
--- a/src/lib/libcrypto/objects/objects.README
+++ b/src/lib/libcrypto/objects/objects.README
@@ -1,7 +1,7 @@
1objects.txt syntax 1objects.txt syntax
2------------------ 2------------------
3 3
4To cover all the naming hacks that were previously in objects.h needed some 4To cover all the naming hacks that were previously in objects.h, we needed some
5kind of hacks in objects.txt. 5kind of hacks in objects.txt.
6 6
7The basic syntax for adding an object is as follows: 7The basic syntax for adding an object is as follows:
@@ -16,13 +16,13 @@ The basic syntax for adding an object is as follows:
16 create the C macros SN_base, LN_base, NID_base and OBJ_base. 16 create the C macros SN_base, LN_base, NID_base and OBJ_base.
17 17
18 Note that if the base name contains spaces, dashes or periods, 18 Note that if the base name contains spaces, dashes or periods,
19 those will be converte to underscore. 19 those will be converted to underscore.
20 20
21Then there are some extra commands: 21Then there are some extra commands:
22 22
23 !Alias foo 1 2 3 4 23 !Alias foo 1 2 3 4
24 24
25 This juts makes a name foo for an OID. The C macro 25 This just makes a name foo for an OID. The C macro
26 OBJ_foo will be created as a result. 26 OBJ_foo will be created as a result.
27 27
28 !Cname foo 28 !Cname foo