cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4_plugin/randomimpl.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 41 9b5a3a9fddf8
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    24 #ifndef __CRYPTOAPI_RANDOMIMPL_H__
    24 #ifndef __CRYPTOAPI_RANDOMIMPL_H__
    25 #define __CRYPTOAPI_RANDOMIMPL_H__
    25 #define __CRYPTOAPI_RANDOMIMPL_H__
    26 
    26 
    27 #include <cryptospi/cryptoplugin.h>
    27 #include <cryptospi/cryptoplugin.h>
    28 #include <cryptospi/randomplugin.h>
    28 #include <cryptospi/randomplugin.h>
    29 #include <cryptodriver.h>
    29 #include "cryptodriver.h"
    30 
    30 
    31 #ifdef __MARM__
    31 #ifdef __MARM__
    32 #define __NOTSHARED __declspec(notshared)
    32 #define __NOTSHARED __declspec(notshared)
    33 #else
    33 #else
    34 #define __NOTSHARED
    34 #define __NOTSHARED