From 69faf63528f28aaa8c0c1e80ababdadfd2dc1c7c Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 19 Feb 2013 09:53:47 +0100 Subject: Fix encoding of issuerAndSubject while handling SCEP pending state --- src/scepclient/scepclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scepclient/scepclient.c') diff --git a/src/scepclient/scepclient.c b/src/scepclient/scepclient.c index a957968a5..26f210d12 100644 --- a/src/scepclient/scepclient.c +++ b/src/scepclient/scepclient.c @@ -1351,7 +1351,7 @@ int main(int argc, char **argv) poll_start = time_monotonic(NULL); issuerAndSubject = asn1_wrap(ASN1_SEQUENCE, "cc", issuer->get_encoding(issuer), - subject); + subject->get_encoding(subject)); } while (attrs.pkiStatus == SCEP_PENDING) { -- cgit v1.2.3