Also removing include of rsa.h that is not needed on the header file

This commit is contained in:
Cristian Thiago Moecke 2014-02-21 05:10:48 -08:00
parent 45d6e2789a
commit ecd771d1e0

View File

@ -44,7 +44,6 @@
#include "Poco/Crypto/RSAKey.h"
#include "Poco/DigestEngine.h"
#include "Poco/Crypto/DigestEngine.h"
#include <openssl/rsa.h>
#include <istream>
#include <ostream>