summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-04-26 08:01:41 +0000
committerjmc <jmc@openbsd.org>2003-04-26 08:01:41 +0000
commit104dd55519d5ad3a2b5221ec07d0b2d5c9bacf66 (patch)
tree5b35a36907f256a4db15b9ba0bd9492301373373 /lib/libssl/src
parent-t in usage(); rogier@quaak.org (diff)
downloadwireguard-openbsd-104dd55519d5ad3a2b5221ec07d0b2d5c9bacf66.tar.xz
wireguard-openbsd-104dd55519d5ad3a2b5221ec07d0b2d5c9bacf66.zip
managment -> management;
ok mickey@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/demos/engines/zencod/hw_zencod.h2
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);