Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

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

    r414 r988  
    1818*/
    1919
     20#ifndef _SAMBA_CRYPTO_H_
     21#define _SAMBA_CRYPTO_H_
     22
    2023#include "../lib/crypto/crc32.h"
    2124#include "../lib/crypto/md4.h"
     
    2629#include "../lib/crypto/arcfour.h"
    2730#include "../lib/crypto/aes.h"
     31#include "../lib/crypto/aes_cmac_128.h"
     32#include "../lib/crypto/aes_ccm_128.h"
     33#include "../lib/crypto/aes_gcm_128.h"
    2834
     35#endif /* _SAMBA_CRYPTO_H_ */
Note: See TracChangeset for help on using the changeset viewer.