Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147923
Collapse All | Expand All

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

Return to bug 147923