From ff65a4f49a934a1504ce9cd0642bb8bb496dbcda Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 16 May 2004 08:25:40 +0000 Subject: [PATCH] nevermind --- stepmania/src/crypto51/rsa.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)