crypto/weakcryptospi/test/kms/exported_include/kmsclient.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    27 #ifndef KMSCLIENT_H
    27 #ifndef KMSCLIENT_H
    28 #define KMSCLIENT_H
    28 #define KMSCLIENT_H
    29 
    29 
    30 #include <e32std.h>
    30 #include <e32std.h>
    31 
    31 
    32 #include <keyhandle.h>
    32 #include "keyhandle.h"
    33 
    33 
    34 
    34 
    35 /** The server will panic clients with the category if it detects an error. */
    35 /** The server will panic clients with the category if it detects an error. */
    36 _LIT(KKmsClientPanicCat, "KmsClientPanic");
    36 _LIT(KKmsClientPanicCat, "KmsClientPanic");
    37 
    37