summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/sha/sha_locl.h')
-rw-r--r--src/lib/libcrypto/sha/sha_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sha/sha_locl.h b/src/lib/libcrypto/sha/sha_locl.h
index f56ac5b9b7..d871a3b69d 100644
--- a/src/lib/libcrypto/sha/sha_locl.h
+++ b/src/lib/libcrypto/sha/sha_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sha_locl.h,v 1.20 2015/09/13 21:09:56 doug Exp $ */ 1/* $OpenBSD: sha_locl.h,v 1.21 2016/03/15 20:50:22 krw Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -163,7 +163,7 @@ int SHA1_Init(SHA_CTX *c)
163#ifndef MD32_XARRAY 163#ifndef MD32_XARRAY
164 /* 164 /*
165 * Originally X was an array. As it's automatic it's natural 165 * Originally X was an array. As it's automatic it's natural
166 * to expect RISC compiler to accomodate at least part of it in 166 * to expect RISC compiler to accommodate at least part of it in
167 * the register bank, isn't it? Unfortunately not all compilers 167 * the register bank, isn't it? Unfortunately not all compilers
168 * "find" this expectation reasonable:-( On order to make such 168 * "find" this expectation reasonable:-( On order to make such
169 * compilers generate better code I replace X[] with a bunch of 169 * compilers generate better code I replace X[] with a bunch of