diff options
Diffstat (limited to 'src/lib/libcrypto/des/ofb64enc.c')
-rw-r--r-- | src/lib/libcrypto/des/ofb64enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/ofb64enc.c b/src/lib/libcrypto/des/ofb64enc.c index 64953959ca..1a1d1f1ac4 100644 --- a/src/lib/libcrypto/des/ofb64enc.c +++ b/src/lib/libcrypto/des/ofb64enc.c | |||
@@ -87,7 +87,7 @@ void des_ofb64_encrypt(register const unsigned char *in, | |||
87 | { | 87 | { |
88 | if (n == 0) | 88 | if (n == 0) |
89 | { | 89 | { |
90 | des_encrypt(ti,schedule,DES_ENCRYPT); | 90 | des_encrypt1(ti,schedule,DES_ENCRYPT); |
91 | dp=d; | 91 | dp=d; |
92 | t=ti[0]; l2c(t,dp); | 92 | t=ti[0]; l2c(t,dp); |
93 | t=ti[1]; l2c(t,dp); | 93 | t=ti[1]; l2c(t,dp); |