소스 검색

target cert.openssl-text: do not export cert in pem format

Fabian Peter Hammerle 8 년 전
부모
커밋
b4de565730
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -13,7 +13,7 @@ cert.pem : cert.der
 	openssl x509 -inform der -in $^ -outform pem -out $@
 
 cert.openssl-text : cert.pem
-	openssl x509 -in $^ -text > $@
+	openssl x509 -in $^ -text -noout > $@
 
 clean :
 	-trash gpgsm-params