diff options
author | Kamil Dudka <kdudka@redhat.com> | 2012-04-06 16:05:25 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2012-04-13 12:19:36 +0200 |
commit | 42aa796150a580a0adff714c157d3b38b7672c7f (patch) | |
tree | 4693a4dc9adb8833faafd22c53cc91048fe38749 /lib/config-symbian.h | |
parent | 2a902738fb77f90918b394ddc1a9045c3b0a82b5 (diff) | |
download | curl-42aa796150a580a0adff714c157d3b38b7672c7f.tar.gz |
nss: unconditionally require PK11_CreateGenericObject()
This bumps the minimal supported version of NSS to 3.12.x.
Diffstat (limited to 'lib/config-symbian.h')
-rw-r--r-- | lib/config-symbian.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h index e7cef5020..fcfb4058c 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -396,9 +396,6 @@ /* Define to 1 if you have the `pipe' function. */ #define HAVE_PIPE 1 -/* if you have the function PK11_CreateGenericObject */ -/* #undef HAVE_PK11_CREATEGENERICOBJECT */ - /* Define to 1 if you have the `poll' function. */ /*#define HAVE_POLL 1*/ |