mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
e2c377effd
Split source files to support Base Implementation + SIMD implementation
10 lines
381 B
Bash
Executable File
10 lines
381 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Use this script to switch back to the previous Crypto++ version before
|
|
# building the docs. Before running the script, copy it to the root
|
|
# directory. After running this script, you can 'make docs'
|
|
|
|
sed -i 's|Library 6.0 API|Library 5.6.5 API|g' cryptlib.h
|
|
sed -i 's|= 6.0|= 5.6.5|g' Doxyfile
|
|
sed -i 's|CRYPTOPP_VERSION 600|CRYPTOPP_VERSION 565|g' config.h
|