PR: 2416
Submitted by: Mark Phalan <mark.phalan@oracle.com> Reviewed by: steve Use L suffix in version number.
This commit is contained in:
		@@ -25,7 +25,7 @@
 | 
				
			|||||||
 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
 | 
					 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
 | 
				
			||||||
 *  major minor fix final patch/beta)
 | 
					 *  major minor fix final patch/beta)
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define OPENSSL_VERSION_NUMBER	0x00908120
 | 
					#define OPENSSL_VERSION_NUMBER	0x00908120L
 | 
				
			||||||
#ifdef OPENSSL_FIPS
 | 
					#ifdef OPENSSL_FIPS
 | 
				
			||||||
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8r-dev-fips xx XXX xxxx"
 | 
					#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8r-dev-fips xx XXX xxxx"
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user