openssl backward compat
authorheiko
Fri, 29 Dec 2006 13:32:12 +0000
changeset 1 700a4aa21234
parent 0 0d5304552597
child 2 5f79f3885ccc
openssl backward compat
debian/changelog
debian/postinst
--- a/debian/changelog	Fri Dec 29 13:18:54 2006 +0000
+++ b/debian/changelog	Fri Dec 29 13:32:12 2006 +0000
@@ -1,3 +1,9 @@
+ca-certificates-schlittermann (0.2-1) stable; urgency=low
+
+  * openssl -hash
+
+ -- Heiko Schlittermann <hs@schlittermann.de>  Fri, 29 Dec 2006 14:31:41 +0100
+
 ca-certificates-schlittermann (0.1-1) stable; urgency=low
 
   * Initial release
--- a/debian/postinst	Fri Dec 29 13:18:54 2006 +0000
+++ b/debian/postinst	Fri Dec 29 13:32:12 2006 +0000
@@ -21,7 +21,7 @@
 DIR=/usr/share/ca-certificates
 CRT=schlittermann-ca.crt
 
-hash() { openssl x509 -noout -in "$1" -subject_hash; }
+hash() { openssl x509 -noout -in "$1" -hash; }
 
 case "$1" in
     configure)