mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 23:20:06 +02:00
synchronized trunk
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HMACEngine.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/HMACEngine.h#3 $
|
||||
// $Id: //poco/Main/Foundation/include/Poco/HMACEngine.h#4 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Crypt
|
||||
@@ -153,6 +153,8 @@ protected:
|
||||
|
||||
private:
|
||||
HMACEngine();
|
||||
HMACEngine(const HMACEngine&);
|
||||
HMACEngine& operator = (const HMACEngine&);
|
||||
|
||||
Engine _engine;
|
||||
char* _ipad;
|
||||
|
Reference in New Issue
Block a user