summaryrefslogtreecommitdiffstats
path: root/crypto/libdes/des.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libdes/des.pl')
-rw-r--r--crypto/libdes/des.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/libdes/des.pl b/crypto/libdes/des.pl
index 449c782..8a3f7e3 100644
--- a/crypto/libdes/des.pl
+++ b/crypto/libdes/des.pl
@@ -1,5 +1,5 @@
#!/usr/local/bin/perl
-# des.pl - eric young 22/11/1991 eay@mincom.oz.au or eay@psych.psy.uq.oz.au
+# des.pl - eric young 22/11/1991 eay@cryptsoft.com
#
# Copyright (C) 1993 Eric Young
#
@@ -34,7 +34,7 @@
package des;
-eval("usr integer;") if (int($]) > 4);
+eval("use integer;") if (int($]) > 4);
# The following 8 arrays are used in des_set_key
@skb0=(
OpenPOWER on IntegriCloud