diff options
author | Richard Levitte <levitte@openssl.org> | 2003-06-12 00:45:53 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-06-12 00:45:53 +0200 |
commit | c14b337570516d417736bfc1e694706a6f5679e5 (patch) | |
tree | 4ef7c14bebc385547ba220a5c787709a34a484ec /demos | |
parent | Add the possibility to have symbols loaded globally with DSO. (diff) | |
download | openssl-c14b337570516d417736bfc1e694706a6f5679e5.tar.xz openssl-c14b337570516d417736bfc1e694706a6f5679e5.zip |
Typo.
PR: 593
Diffstat (limited to 'demos')
-rw-r--r-- | demos/engines/zencod/hw_zencod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/engines/zencod/hw_zencod.h b/demos/engines/zencod/hw_zencod.h index 195345d8c6..415c9a6be8 100644 --- a/demos/engines/zencod/hw_zencod.h +++ b/demos/engines/zencod/hw_zencod.h @@ -46,7 +46,7 @@ typedef int t_zencod_dump_key (FILE *stream, char *msg, KEY *key); /* - * Key managment tools + * Key management tools */ typedef KEY *t_zencod_new_number (unsigned long len, unsigned char *data); typedef int t_zencod_init_number (KEY *n, unsigned long len, unsigned char *data); |