diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2008-01-19 16:50:03 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2008-01-19 16:50:03 +0000 |
| commit | e24b66ddfc241fef0c2af3a35d2608f9b7c609ca (patch) | |
| tree | 6819c4a5edc6558f3d5c7b6a8560aaa63fc8d11f /security/iaikpkcs11wrapper | |
| parent | d7bcf9d06327b0ead559f7921a6dd2e3c05d29d1 (diff) | |
Notes
Diffstat (limited to 'security/iaikpkcs11wrapper')
| -rw-r--r-- | security/iaikpkcs11wrapper/files/patch-native_src_pkcs11wrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/iaikpkcs11wrapper/files/patch-native_src_pkcs11wrapper.c b/security/iaikpkcs11wrapper/files/patch-native_src_pkcs11wrapper.c index b4beac1d14fa..7e7b88b06c77 100644 --- a/security/iaikpkcs11wrapper/files/patch-native_src_pkcs11wrapper.c +++ b/security/iaikpkcs11wrapper/files/patch-native_src_pkcs11wrapper.c @@ -1,5 +1,5 @@ ---- native/src/pkcs11wrapper.c.orig 2008-01-17 12:49:35.000000000 +0100 -+++ native/src/pkcs11wrapper.c 2008-01-17 12:53:51.000000000 +0100 +--- ../../src/pkcs11wrapper.c.orig 2008-01-17 12:49:35.000000000 +0100 ++++ ../../src/pkcs11wrapper.c 2008-01-17 12:53:51.000000000 +0100 @@ -3965,11 +3965,12 @@ jpTemp = (jchar*) malloc((*ckpLength) * sizeof(jchar));
if (jpTemp == NULL) { *ckpArray = NULL_PTR; throwOutOfMemoryError(env); return 1; }
|
