summaryrefslogtreecommitdiffstats
path: root/crypto/des/rpw.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/rpw.c')
-rw-r--r--crypto/des/rpw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/rpw.c b/crypto/des/rpw.c
index 0b6b1519b0..8a9473c4f9 100644
--- a/crypto/des/rpw.c
+++ b/crypto/des/rpw.c
@@ -61,7 +61,7 @@
int main(int argc, char *argv[])
{
- des_cblock k,k1;
+ DES_cblock k,k1;
int i;
printf("read passwd\n");