diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/objects/objects.README | 6 |
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 @@ | |||
| 1 | objects.txt syntax | 1 | objects.txt syntax |
| 2 | ------------------ | 2 | ------------------ |
| 3 | 3 | ||
| 4 | To cover all the naming hacks that were previously in objects.h needed some | 4 | To cover all the naming hacks that were previously in objects.h, we needed some |
| 5 | kind of hacks in objects.txt. | 5 | kind of hacks in objects.txt. |
| 6 | 6 | ||
| 7 | The basic syntax for adding an object is as follows: | 7 | The 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 | ||
| 21 | Then there are some extra commands: | 21 | Then 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 |
