Changeset 5284
- Timestamp:
- 02/19/08 13:03:07 (11 months ago)
- Files:
-
- libwired/trunk/libwired/misc/wi-crypto.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/libwired/misc/wi-crypto.c
r4797 r5284 603 603 604 604 wi_uinteger_t wi_cipher_bits(wi_cipher_t *cipher) { 605 return EVP_CIPHER_ key_length(&cipher->encrypt_ctx) * 8;605 return EVP_CIPHER_CTX_key_length(&cipher->encrypt_ctx) * 8; 606 606 } 607 607
