Skip to content

Commit

Permalink
Remove contrib dependencies from ring.m.session.cookie.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Nov 1, 2010
1 parent 731130f commit f6b18b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ring-core/src/ring/middleware/session/cookie.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
(ns ring.middleware.session.cookie
"Encrypted cookie session storage."
(:use [clojure.contrib.def :only (defvar-)]
ring.middleware.session.store)
(:require (ring.util [codec :as codec]))
(:use ring.middleware.session.store)
(:require [ring.util.codec :as codec])
(:import java.security.SecureRandom
(javax.crypto Cipher Mac)
(javax.crypto.spec SecretKeySpec IvParameterSpec)))
Expand Down

0 comments on commit f6b18b7

Please sign in to comment.