mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-25 15:15:42 +00:00
Fix copy-paste error: rc4 is a cipher, not a digest.
This commit is contained in:
parent
ebcd155011
commit
e66d580331
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2015-2016 Dag-Erling Smørgrav
|
* Copyright (c) 2015-2017 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
CRYB_BEGIN
|
CRYB_BEGIN
|
||||||
|
|
||||||
#define rc4_digest cryb_rc4_digest
|
#define rc4_cipher cryb_rc4_cipher
|
||||||
#define rc4_ctx cryb_rc4_ctx
|
#define rc4_ctx cryb_rc4_ctx
|
||||||
#define rc4_init cryb_rc4_init
|
#define rc4_init cryb_rc4_init
|
||||||
#define rc4_update cryb_rc4_update
|
#define rc4_update cryb_rc4_update
|
||||||
|
|
Loading…
Reference in a new issue