Skip to content

Commit 0a5ebaf

Browse files
committed
Change SetAlgoIdEx to be local
1 parent 75c3030 commit 0a5ebaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/asn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ WOLFSSL_LOCAL word32 SetExplicit(byte number, word32 len, byte* output,
23562356
byte isIndef);
23572357
WOLFSSL_LOCAL word32 SetSet(word32 len, byte* output);
23582358
WOLFSSL_API word32 SetAlgoID(int algoOID, byte* output, int type, int curveSz);
2359-
WOLFSSL_API word32 SetAlgoIDEx(int algoOID, byte* output, int type, int curveSz,
2359+
WOLFSSL_LOCAL word32 SetAlgoIDEx(int algoOID, byte* output, int type, int curveSz,
23602360
byte absentParams);
23612361
WOLFSSL_LOCAL int SetMyVersion(word32 version, byte* output, int header);
23622362
WOLFSSL_LOCAL int SetSerialNumber(const byte* sn, word32 snSz, byte* output,

0 commit comments

Comments
 (0)