Switch to unified view

a/libupnpp/md5.cxx b/libupnpp/md5.cxx
...
...
25
 * $FreeBSD: src/lib/libmd/md5c.c,v 1.11 1999/12/29 05:04:20 peter Exp $
25
 * $FreeBSD: src/lib/libmd/md5c.c,v 1.11 1999/12/29 05:04:20 peter Exp $
26
 *
26
 *
27
 * This code is the same as the code published by RSA Inc.  It has been
27
 * This code is the same as the code published by RSA Inc.  It has been
28
 * edited for clarity and style only.
28
 * edited for clarity and style only.
29
 */
29
 */
30
#include "config.h"
31
30
#include <stdio.h>
32
#include <stdio.h>
31
#include <string.h>
33
#include <string.h>
32
34
33
#include "md5.hxx"
35
#include "md5.hxx"
34
36