mirror of
https://github.com/curl/curl.git
synced 2026-05-19 14:06:19 +03:00
weird typo removed
This commit is contained in:
parent
a0118fb390
commit
5564e9a321
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
#define DES_set_key des_set_key
|
||||
#define DES_ecb_encrypt des_ecb_encrypt
|
||||
|
||||
/* This is how things were done in the old days */#define DESKEY(x) x
|
||||
/* This is how things were done in the old days */
|
||||
#define DESKEY(x) x
|
||||
#define DESKEYARG(x) x
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue