diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-26 08:01:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-26 08:01:43 +0000 |
commit | 29243b7892baed62fd625ccc9eb630b96622ef79 (patch) | |
tree | 98dae316c96bee6fd06a8c3b3626dd52e9478da2 /lib/libssl | |
parent | 3c45b16ec70a3d326c028427d3d613cec5d4c11f (diff) |
managment -> management;
ok mickey@
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/src/demos/engines/zencod/hw_zencod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/demos/engines/zencod/hw_zencod.h b/lib/libssl/src/demos/engines/zencod/hw_zencod.h index 195345d8c6c..415c9a6be8b 100644 --- a/lib/libssl/src/demos/engines/zencod/hw_zencod.h +++ b/lib/libssl/src/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); |