File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -618,12 +618,12 @@ Return output buffer."
618
618
(coding-system-for-write 'no-conversion ))
619
619
(apply #'call-process-region args))
620
620
(apply #'call-process-region args)))
621
- (goto-char (point-min ))
622
621
; ; Since OpenSSL 3, there is a warning when reading input from stdin and
623
- ; ; not from file specified by an -in parameter. Delete that warning line
624
- ; ; from the output. "Warning: Reading certificate from stdin since no -in
625
- ; ; or -new option is given"
626
- (if (looking-at " Warning: Reading " )
622
+ ; ; not from a file specified by an -in parameter. Delete that warning
623
+ ; ; line from the output. "Warning: Reading certificate from stdin since
624
+ ; ; no -in or -new option is given"
625
+ (goto-char (point-min ))
626
+ (if (looking-at-p " Warning: Reading " )
627
627
(delete-line))
628
628
(set-buffer-modified-p nil )
629
629
(setq buffer-read-only t ))
You can’t perform that action at this time.
0 commit comments