summaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/obj_xref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/obj_xref.c b/crypto/objects/obj_xref.c
index 3a6ae02bf0..8b4980d5b5 100644
--- a/crypto/objects/obj_xref.c
+++ b/crypto/objects/obj_xref.c
@@ -141,7 +141,7 @@ int OBJ_add_sigid(int signid, int dig_id, int pkey_id)
nid_triple *ntr;
int dnid = NID_undef, pnid = NID_undef, ret = 0;
- if (signid == NID_undef || dig_id == NID_undef || pkey_id == NID_undef)
+ if (signid == NID_undef || pkey_id == NID_undef)
return 0;
if (!obj_sig_init())