os/ossrv/ossrv_pub/cryptogaphy_related_api/inc/stdapis/md5.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
#ifndef _MD5_H_
sl@0
     2
#define _MD5_H_
sl@0
     3
sl@0
     4
#if (defined(__SYMBIAN32__) && !defined(SYMBIAN))
sl@0
     5
#define SYMBIAN
sl@0
     6
#endif
sl@0
     7
sl@0
     8
#include <sys/md5.h>
sl@0
     9
#endif /* _MD5_H_ */