< prev index next >

src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto/nativeCryptoMD.c

Print this page

        

@@ -28,11 +28,11 @@
 #include <strings.h>
 #include <jni.h>
 #include "jni_util.h"
 #include "nativeCrypto.h"
 #include "nativeFunc.h"
-
+#include "com_oracle_security_ucrypto_NativeDigestMD.h"
 
 extern void throwOutOfMemoryError(JNIEnv *env, const char *msg);
 extern jbyte* getBytes(JNIEnv *env, jbyteArray bytes, int offset, int len);
 
 ///////////////////////////////////////////////////////
< prev index next >