diff options
author | 2014-04-18 18:33:18 +0000 | |
---|---|---|
committer | 2014-04-18 18:33:18 +0000 | |
commit | 86e155c159f4881cc17bb7f924ae3e8533ec2c98 (patch) | |
tree | c41a2d92a94d276b9d3b7a5aeac25a0dfd9fc368 | |
parent | It seems a generation of programmers is aping OpenSSL. We need re-education (diff) | |
download | wireguard-openbsd-86e155c159f4881cc17bb7f924ae3e8533ec2c98.tar.xz wireguard-openbsd-86e155c159f4881cc17bb7f924ae3e8533ec2c98.zip |
typo
-rw-r--r-- | lib/libcrypto/crypto.h | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/crypto.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h index 2609b18b5f3..0b7634cd9ef 100644 --- a/lib/libcrypto/crypto.h +++ b/lib/libcrypto/crypto.h @@ -168,7 +168,7 @@ typedef struct openssl_item_st { } OPENSSL_ITEM; -/* When changing the CRYPTO_LOCK_* list, be sure to maintin the text lock +/* When changing the CRYPTO_LOCK_* list, be sure to maintain the text lock * names in cryptlib.c */ diff --git a/lib/libssl/src/crypto/crypto.h b/lib/libssl/src/crypto/crypto.h index 2609b18b5f3..0b7634cd9ef 100644 --- a/lib/libssl/src/crypto/crypto.h +++ b/lib/libssl/src/crypto/crypto.h @@ -168,7 +168,7 @@ typedef struct openssl_item_st { } OPENSSL_ITEM; -/* When changing the CRYPTO_LOCK_* list, be sure to maintin the text lock +/* When changing the CRYPTO_LOCK_* list, be sure to maintain the text lock * names in cryptlib.c */ |