src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto/nativeFunc.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
    70 static const char UCRYPTO_STRERROR[]             = "ucrypto_strerror";
    70 static const char UCRYPTO_STRERROR[]             = "ucrypto_strerror";
    71 
    71 
    72 /**
    72 /**
    73  * Initialize native T4 crypto function pointers
    73  * Initialize native T4 crypto function pointers
    74  */
    74  */
    75 jboolean* loadNative() {
    75 jboolean* loadNative(void) {
    76 
    76 
    77   jboolean* buf;
    77   jboolean* buf;
    78   void *lib;
    78   void *lib;
    79 
    79 
    80   buf = malloc(2 * sizeof(jboolean));
    80   buf = malloc(2 * sizeof(jboolean));