X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsha1.c;h=ff025af4a42b9785a7c37966c13e62fa4a4ead32;hb=7ec881d86b09cad88b3999ee314c21abe78c7eb2;hp=c86140caac737cb1a166b910ea79a5e62c43a4bd;hpb=4773da75a82e9a229424cc75f4f1d391bb2ce4e8;p=gnulib.git diff --git a/lib/sha1.c b/lib/sha1.c index c86140caa..ff025af4a 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Scott G. Miller Credits: @@ -31,7 +31,9 @@ #include #include -#include "unlocked-io.h" +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif /* Not-swap is a macro that does an endian swap on architectures that are