summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-27 10:33:26 +0000
committerMike Frysinger <vapier@gentoo.org>2008-02-27 10:33:26 +0000
commit4b32b929af2a795fd838a8dfd15ab2fb8b49b74a (patch)
tree4f7c98af1b5ff53979aa0baa92af365c642f8ecf /sys-auth/pam_bioapi/files
parentold (diff)
downloadgentoo-2-4b32b929af2a795fd838a8dfd15ab2fb8b49b74a.tar.gz
gentoo-2-4b32b929af2a795fd838a8dfd15ab2fb8b49b74a.tar.bz2
gentoo-2-4b32b929af2a795fd838a8dfd15ab2fb8b49b74a.zip
old
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-auth/pam_bioapi/files')
-rw-r--r--sys-auth/pam_bioapi/files/pam_bioapi.c-0.2.1.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-auth/pam_bioapi/files/pam_bioapi.c-0.2.1.patch b/sys-auth/pam_bioapi/files/pam_bioapi.c-0.2.1.patch
deleted file mode 100644
index 3b778ce6ac99..000000000000
--- a/sys-auth/pam_bioapi/files/pam_bioapi.c-0.2.1.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- libpam_bioapi/pam_bioapi.c 2005-10-24 17:31:26.000000000 +0200
-+++ libpam_bioapi/pam_bioapi.c.patched 2005-10-24 17:33:25.000000000 +0200
-@@ -54,6 +54,7 @@
- BioAPI_HANDLE bspHandle;
- BioAPI_INPUT_BIR BIR;
- BioAPI_BOOL result = BioAPI_FALSE;
-+ BioAPI_BOOL bPrecedence = BioAPI_TRUE;
- BioAPI_FAR FARAchieved;
- BioAPI_UUID tempUuid;
- const BioAPI_UUID *uuid;
-@@ -143,7 +144,7 @@
-
- tries = 3;
- do {
-- bRet = BioAPI_Verify(bspHandle, &maxFAR, NULL, NULL, &BIR, NULL, &result, &FARAchieved, NULL, NULL, -1, NULL);
-+ bRet = BioAPI_Verify(bspHandle, &maxFAR, NULL, &bPrecedence, &BIR, NULL, &result, &FARAchieved, NULL, NULL, -1, NULL);
- switch(bRet) {
- case BioAPI_OK:
- if (result == BioAPI_TRUE) {
-@@ -370,7 +371,7 @@
- }
-
- bytesRead = fread(&(tempBir->Header), bytes, 1, inputFile);
-- bytes = (tempBir->Header.Length) - sizeof(BioAPI_DATA);
-+ bytes = (tempBir->Header.Length) - sizeof(BioAPI_BIR_HEADER);
- tempBir->BiometricData = (BioAPI_BIR_BIOMETRIC_DATA_PTR)malloc(bytes);
- if (tempBir->BiometricData == 0) {
- syslog(LOG_ALERT, "Unable to allocate memory.");