Current File : //usr/include/libsoftcrypto.h
/*
 * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
 */

#ifndef _LIBSOFTCRYPTO_H
#define	_LIBSOFTCRYPTO_H
#ifdef __cplusplus
extern "C" {
#endif

/*
 * WARNING:
 *
 * This header file is obsolete and has been replaced by libucrypto.h.
 * The contents of libsoftcrypto now reside in libucrypto.
 *
 * libsoftcrypto and its header file exist for backward compatibility.
 * They may not be supported in future releases, therefore consumers
 * should transition to libucrypto.
 */

#include <libucrypto.h>

#ifdef __cplusplus
}
#endif

#endif	/* _LIBSOFTCRYPTO_H */