diff --git a/stepmania/src/crypto51/rsa.cpp b/stepmania/src/crypto51/rsa.cpp index 37d31de567..1e4177e96e 100644 --- a/stepmania/src/crypto51/rsa.cpp +++ b/stepmania/src/crypto51/rsa.cpp @@ -9,8 +9,8 @@ #include "sha.h" #include "algparam.h" -//This isn't in the repository and doesn't seem to be used -//#include "oaep.cpp" + +#include "oaep.cpp" NAMESPACE_BEGIN(CryptoPP)