diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2014-11-28 16:57:23 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2014-11-28 16:57:23 +0300 |
commit | d228fa5093e216465810c8a7b34284e84682622e (patch) | |
tree | 3d7a499d9d6567565ff08ab04760c03fbe7300e1 /src/core/ngx_crypt.c | |
parent | decaffa805938a76977c3290ade67968bcef558e (diff) | |
download | nginx-d228fa5093e216465810c8a7b34284e84682622e.tar.gz nginx-d228fa5093e216465810c8a7b34284e84682622e.zip |
Typo.
Diffstat (limited to 'src/core/ngx_crypt.c')
-rw-r--r-- | src/core/ngx_crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_crypt.c b/src/core/ngx_crypt.c index e2376c6f1..d7d068c6a 100644 --- a/src/core/ngx_crypt.c +++ b/src/core/ngx_crypt.c @@ -66,7 +66,7 @@ ngx_crypt_apr1(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) size_t saltlen, keylen; ngx_md5_t md5, ctx1; - /* Apache's apr1 crypt is Paul-Henning Kamp's md5 crypt with $apr1$ magic */ + /* Apache's apr1 crypt is Poul-Henning Kamp's md5 crypt with $apr1$ magic */ keylen = ngx_strlen(key); |