aboutsummaryrefslogtreecommitdiff
path: root/asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1.c')
-rw-r--r--asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1.c b/asn1.c
index 2206ec3..bbb049f 100644
--- a/asn1.c
+++ b/asn1.c
@@ -339,7 +339,7 @@ hal_error_t hal_asn1_decode_spki(const uint8_t **alg_oid, size_t *alg_oid_len,
*curve_oid = NULL;
*curve_oid_len = 0;
-
+
if (d < algid_end) {
switch (*d) {