Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/crypto/aes.h

    r414 r740  
    7373                     unsigned char *, int);
    7474
     75void aes_cfb8_encrypt(const uint8_t *in, uint8_t *out,
     76                      size_t length, const AES_KEY *key,
     77                      uint8_t *iv, int forward);
     78
    7579#ifdef  __cplusplus
    7680}
Note: See TracChangeset for help on using the changeset viewer.