Commit a1a4e8b6 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

typo

parent 25f350a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ void program_name(char *in, char *out, int size)
#ifdef OPENSSL_SYS_WIN32
int WIN32_rename(char *from, char *to)
	{
	/* Windows rename gives and error if 'to' exists, so delete it
	/* Windows rename gives an error if 'to' exists, so delete it
	 * first and ignore file not found errror
	 */
	if((remove(to) != 0) && (errno != ENOENT))