Skip to content

Commit

Permalink
minor bracket fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Sep 9, 2024
1 parent ca6bb6d commit ce7b0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ec_extra/ec_asn1.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#include <limits.h>
#include <string.h>

#include <openssl/bio.h>
#include <openssl/bn.h>
#include <openssl/bytestring.h>
#include <openssl/err.h>
Expand All @@ -65,7 +66,6 @@
#include "../bytestring/internal.h"
#include "../fipsmodule/ec/internal.h"
#include "../internal.h"
#include "openssl/bio.h"


static const CBS_ASN1_TAG kParametersTag =
Expand Down

0 comments on commit ce7b0e7

Please sign in to comment.