Re: [PATCH] crypto: Remove unused DER string functions

2024-09-18 Thread Daniel P . Berrangé
On Wed, Sep 18, 2024 at 03:55:28PM +0100, d...@treblig.org wrote: > From: "Dr. David Alan Gilbert" > > qcrypto_der_encode_octet_str_begin and _end have been unused > since they were added in > 3b34ccad66 ("crypto: Support DER encodings") > > Remove them. > > Signed-off-by: Dr. David Alan Gilb

[PATCH] crypto: Remove unused DER string functions

2024-09-18 Thread dave
From: "Dr. David Alan Gilbert" qcrypto_der_encode_octet_str_begin and _end have been unused since they were added in 3b34ccad66 ("crypto: Support DER encodings") Remove them. Signed-off-by: Dr. David Alan Gilbert --- crypto/der.c | 13 - crypto/der.h | 22 --