X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2FopensslBIO.h;h=994b7bcafb383e0e11a6c5c277f50d73c69b4ca8;hb=e0713d1539887566e0ea7d85942c305ec727c9dd;hp=092fa9cf3a9ff36205b4b15c0d996e1097baab5f;hpb=44fdd6ec4486e0224d11324383b7a99d89e550d2;p=cassiopeia.git diff --git a/src/io/opensslBIO.h b/src/io/opensslBIO.h index 092fa9c..994b7bc 100644 --- a/src/io/opensslBIO.h +++ b/src/io/opensslBIO.h @@ -26,5 +26,5 @@ public: std::string readLine(); }; -class EOFException : public std::exception{ +class eof_exception : public std::exception{ };