Skip to content

Commit

Permalink
Link x509_siginfo.c to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Aug 28, 2024
1 parent 6d21506 commit 8276b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ set(
x509/x509_r2x.c
x509/x509_req.c
x509/x509_set.c
x509/x509_siginfo.c
x509/x509_skey.c
x509/x509_trs.c
x509/x509_txt.c
Expand Down
1 change: 1 addition & 0 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ libcrypto_la_SOURCES += x509/x509_purp.c
libcrypto_la_SOURCES += x509/x509_r2x.c
libcrypto_la_SOURCES += x509/x509_req.c
libcrypto_la_SOURCES += x509/x509_set.c
libcrypto_la_SOURCES += x509/x509_siginfo.c
libcrypto_la_SOURCES += x509/x509_skey.c
libcrypto_la_SOURCES += x509/x509_trs.c
libcrypto_la_SOURCES += x509/x509_txt.c
Expand Down

0 comments on commit 8276b75

Please sign in to comment.