diff options
author | ale <ale@FreeBSD.org> | 2008-01-20 00:50:03 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-01-20 00:50:03 +0800 |
commit | 7dc4cd600b50613fbd22379114db234b73b52980 (patch) | |
tree | 042dc0450038d29e04924f76cf9fe8ffb2f556e4 /security | |
parent | 0c98592397f7e87cc9f96a52923c2f1ed5685352 (diff) | |
download | freebsd-ports-gnome-7dc4cd600b50613fbd22379114db234b73b52980.tar.gz freebsd-ports-gnome-7dc4cd600b50613fbd22379114db234b73b52980.tar.zst freebsd-ports-gnome-7dc4cd600b50613fbd22379114db234b73b52980.zip |
Fix patch path.
Diffstat (limited to 'security')
-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; }
|