src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto/nativeCryptoMD.c
changeset 50471 f0aeede1b855
parent 49440 396ea30afbd5
equal deleted inserted replaced
50470:f3aac763a315 50471:f0aeede1b855
    28 #include <strings.h>
    28 #include <strings.h>
    29 #include <jni.h>
    29 #include <jni.h>
    30 #include "jni_util.h"
    30 #include "jni_util.h"
    31 #include "nativeCrypto.h"
    31 #include "nativeCrypto.h"
    32 #include "nativeFunc.h"
    32 #include "nativeFunc.h"
    33 
    33 #include "com_oracle_security_ucrypto_NativeDigestMD.h"
    34 
    34 
    35 extern void throwOutOfMemoryError(JNIEnv *env, const char *msg);
    35 extern void throwOutOfMemoryError(JNIEnv *env, const char *msg);
    36 extern jbyte* getBytes(JNIEnv *env, jbyteArray bytes, int offset, int len);
    36 extern jbyte* getBytes(JNIEnv *env, jbyteArray bytes, int offset, int len);
    37 
    37 
    38 ///////////////////////////////////////////////////////
    38 ///////////////////////////////////////////////////////