No tags
00001 /* ==================================================================== 00002 * Copyright (c) 1998-2010 The OpenSSL Project. All rights reserved. 00003 * 00004 * This product includes cryptographic software written by Eric Young 00005 * (eay@cryptsoft.com). This product includes software written by Tim 00006 * Hudson (tjh@cryptsoft.com). 00007 * 00008 * ==================================================================== 00009 * C++ adoption was made by Anders Rundgren (anders.rundgren@telia.com) 00010 * ==================================================================== 00011 */ 00012 00013 #include "crypto.h" 00014 00015 namespace webpki 00016 { 00017 00018 HMAC_SHA256Provider::HMAC_SHA256Provider () : HMACCore (m_outer, m_inner) 00019 { 00020 } 00021 00022 }