Commit 5ef73824 authored by Ben Laurie's avatar Ben Laurie
Browse files

Fix warning.

parent 1088e27c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@ bad:
					} else RAND_bytes(salt, PKCS5_SALT_LEN);
					/* If -P option then don't bother writing */
					if((printkey != 2) && (BIO_write(wbio,
							(unsigned char *) salt,
							(char *)salt,
				    			PKCS5_SALT_LEN) != PKCS5_SALT_LEN)) {
						BIO_printf(bio_err,"error writing output file\n");
						goto end;