aboutsummaryrefslogtreecommitdiff
path: root/dep/openssl_ed25519
AgeCommit message (Collapse)Author
2024-07-15Build: CMake cleanupShauren
* Migrate all add_definitions to target_compile_definitions * Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway) * Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used * Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file * Remove ancient manual link flag settings for worldserver
2022-08-01Core/Crypto: Added Ed25519 implementationShauren