From 434667dd9f57fc541c007bb7cddd2b5debb987b9 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 8 Sep 2018 10:20:33 +0000 Subject: missing word & a couple of typos --- src/lib/libcrypto/objects/objects.README | 6 +++--- 1 file 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 @@ objects.txt syntax ------------------ -To cover all the naming hacks that were previously in objects.h needed some +To cover all the naming hacks that were previously in objects.h, we needed some kind of hacks in objects.txt. The basic syntax for adding an object is as follows: @@ -16,13 +16,13 @@ The basic syntax for adding an object is as follows: create the C macros SN_base, LN_base, NID_base and OBJ_base. Note that if the base name contains spaces, dashes or periods, - those will be converte to underscore. + those will be converted to underscore. Then there are some extra commands: !Alias foo 1 2 3 4 - This juts makes a name foo for an OID. The C macro + This just makes a name foo for an OID. The C macro OBJ_foo will be created as a result. !Cname foo -- cgit v1.2.3-55-g6feb