]> git.ipfire.org Git - thirdparty/tor.git/commit
Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL...
authorMatej Pjafjar <badbytes@freehaven.net>
Thu, 22 Aug 2002 07:30:03 +0000 (07:30 +0000)
committerMatej Pjafjar <badbytes@freehaven.net>
Thu, 22 Aug 2002 07:30:03 +0000 (07:30 +0000)
commit01aadefbfc7dbd99ddaff922b897996b768cf2f9
tree1b179ece1205951776136d4976915e39c27410ee
parentac942bb365d7f100c3ceabb7c3ed470b51aebde6
Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly.

svn:r76
14 files changed:
src/common/Makefile.am
src/common/crypto.c
src/common/crypto.h
src/or/cell.c
src/or/circuit.c
src/or/connection.c
src/or/connection_ap.c
src/or/connection_op.c
src/or/connection_or.c
src/or/main.c
src/or/onion.c
src/or/or.h
src/or/routers.c
src/or/test_onion.c