Add SSL/SSL_CTX_use_cert_and_key()
[openssl.git] / doc / dir-locals.example.el
index a9fa24464ef5b66255ca3c4be7e92728dc30c0c1..dc0d5548aa1a86364766a50b0364057a1b2e2055 100644 (file)
@@ -9,9 +9,7 @@
 
 ((nil
   (indent-tabs-mode . nil)
-  (fill-column . 78)
-  ;; (auto-fill-mode . t)  ;; optional.
+  (fill-column . 70)
   )
  (c-mode
-  (auto-fill-mode . nil)   ;; auto-fill makes more harm than good in C
   (c-file-style . "OpenSSL-II")))