src/jdk.crypto.cryptoki/unix/native/libj2pkcs11/p11_md.h
changeset 58489 2faeaa5933a6
parent 47216 71c04702a3d5
equal deleted inserted replaced
58488:165b193b30dd 58489:2faeaa5933a6
       
     1 /*
       
     2  * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
       
     3  */
       
     4 
     1 /*
     5 /*
     2  * reserved comment block
     6  * reserved comment block
     3  * DO NOT REMOVE OR ALTER!
     7  * DO NOT REMOVE OR ALTER!
     4  */
     8  */
     5 /* Copyright  (c) 2002 Graz University of Technology. All rights reserved.
     9 /* Copyright  (c) 2002 Graz University of Technology. All rights reserved.
    67 #ifndef NULL_PTR
    71 #ifndef NULL_PTR
    68 #define NULL_PTR 0
    72 #define NULL_PTR 0
    69 #endif
    73 #endif
    70 
    74 
    71 #include "pkcs11.h"
    75 #include "pkcs11.h"
       
    76 #include "pkcs11gcm2.h"
    72 
    77 
    73 #include "jni.h"
    78 #include "jni.h"
    74 
    79 
    75 /* A data structure to hold required information about a PKCS#11 module. */
    80 /* A data structure to hold required information about a PKCS#11 module. */
    76 struct ModuleData {
    81 struct ModuleData {