networksecurity/ipsec/ipsec6/src/sa_crypt.cpp
branchGCC_SURGE
changeset 31 7f8dc48d5d3a
parent 20 e8d041006974
equal deleted inserted replaced
30:14a7fd136e43 31:7f8dc48d5d3a
    24 #include <networking/pfkeyv2.h>
    24 #include <networking/pfkeyv2.h>
    25 #include "sa_spec.h"
    25 #include "sa_spec.h"
    26 #include "sa_crypt.h"
    26 #include "sa_crypt.h"
    27 #include <networking/ipsecerr.h>
    27 #include <networking/ipsecerr.h>
    28 #include "ipseccrypto.h"
    28 #include "ipseccrypto.h"
    29 #include "keys.h"
    29 #include <cryptospi/keys.h>
    30 #include <cryptospi/cryptospidef.h>
    30 #include <cryptospi/cryptospidef.h>
    31 #ifdef SYMBIAN_IPSEC_VOIP_SUPPORT
    31 #ifdef SYMBIAN_IPSEC_VOIP_SUPPORT
    32 #include <cryptospi/cryptomacapi.h>
    32 #include <cryptospi/cryptomacapi.h>
    33 #endif //SYMBIAN_IPSEC_VOIP_SUPPORT
    33 #endif //SYMBIAN_IPSEC_VOIP_SUPPORT
    34 
    34