michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* Library identity and versioning */ michael@0: michael@0: #include "nss.h" michael@0: michael@0: #if defined(DEBUG) michael@0: #define _DEBUG_STRING " (debug)" michael@0: #else michael@0: #define _DEBUG_STRING "" michael@0: #endif michael@0: michael@0: /* michael@0: * Version information for the 'ident' and 'what commands michael@0: * michael@0: * NOTE: the first component of the concatenated rcsid string michael@0: * must not end in a '$' to prevent rcs keyword substitution. michael@0: */ michael@0: const char __nss_ssl_rcsid[] = "$Header: NSS " NSS_VERSION _DEBUG_STRING michael@0: " " __DATE__ " " __TIME__ " $"; michael@0: const char __nss_ssl_sccsid[] = "@(#)NSS " NSS_VERSION _DEBUG_STRING michael@0: " " __DATE__ " " __TIME__;