View | Details | Raw Unified
Collapse All | Expand All

(-) hmac_md5.c.orig (-1 / +1 lines)
 Lines 5-12    Link Here 
 * Code taken from RFC2104.
 * Code taken from RFC2104.
 */
 */
#include <openssl/md5.h>
#include <string.h>
#include <string.h>
#include <openssl/md5.h>
#include "hmac_md5.h"
#include "hmac_md5.h"