Skip to content

Commit

Permalink
fix: pem.h not pem.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Mar 10, 2024
1 parent 0b970c6 commit 109e847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptopp/sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ set(cryptopp_SOURCES
)

set(cryptopp_SOURCES_PEM
"${cryptopp-pem_SOURCE_DIR}/pem.cpp"
"${cryptopp-pem_SOURCE_DIR}/pem_common.cpp"
"${cryptopp-pem_SOURCE_DIR}/pem_eol.cxx"
"${cryptopp-pem_SOURCE_DIR}/pem_read.cpp"
Expand Down Expand Up @@ -384,6 +383,7 @@ set(cryptopp_HEADERS
)

set(cryptopp_HEADERS_PEM
"${cryptopp-pem_SOURCE_DIR}/pem.h"
"${cryptopp-pem_SOURCE_DIR}/pem_common.h"
"${cryptopp-pem_SOURCE_DIR}/x509cert.h"
)
Expand Down

0 comments on commit 109e847

Please sign in to comment.