diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/nsseq.c')
-rw-r--r-- | src/lib/libcrypto/asn1/nsseq.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/nsseq.c b/src/lib/libcrypto/asn1/nsseq.c index e551c57d59..b8c4202230 100644 --- a/src/lib/libcrypto/asn1/nsseq.c +++ b/src/lib/libcrypto/asn1/nsseq.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
5 | /* ==================================================================== | 5 | /* ==================================================================== |
6 | * Copyright (c) 1999 The OpenSSL Project. All rights reserved. | 6 | * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. |
7 | * | 7 | * |
8 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
9 | * modification, are permitted provided that the following conditions | 9 | * modification, are permitted provided that the following conditions |
@@ -62,7 +62,8 @@ | |||
62 | #include <openssl/x509.h> | 62 | #include <openssl/x509.h> |
63 | #include <openssl/objects.h> | 63 | #include <openssl/objects.h> |
64 | 64 | ||
65 | static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) | 65 | static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, |
66 | void *exarg) | ||
66 | { | 67 | { |
67 | if(operation == ASN1_OP_NEW_POST) { | 68 | if(operation == ASN1_OP_NEW_POST) { |
68 | NETSCAPE_CERT_SEQUENCE *nsseq; | 69 | NETSCAPE_CERT_SEQUENCE *nsseq; |