/**
 * @file cryptolib_ver.c
 * @brief CryptoLib Version API
 * @author a_borodov (a.borodov@samsung.com)
 * @version 0.1
 * @date Created Dec 19, 2013
 * @par In Samsung Ukraine R&D Center (SRK) under a contract between
 * @par LLC "Samsung Electronics Ukraine Company" (Kiev, Ukraine) and "Samsung Elecrtronics Co", Ltd (Seoul, Republic of Korea)
 * @par Copyright: (c) Samsung Electronics Co, Ltd 2013. All rights reserved.
**/

#include "cryptolib_ver.h"

unsigned int GetCryptoCoreVersion( void )
{
	return CRYPTOCORE_VERSION;
}

