mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-13 11:09:34 +00:00
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
|
QCA Mozilla NSS plugin
|
||
|
----------------------
|
||
|
Author: Brad Hards <bradh@frogmouth.net>
|
||
|
|
||
|
This plugin provides features based on Mozilla NSS. It implements:
|
||
|
* Hashing
|
||
|
|
||
|
|
||
|
Requirements:
|
||
|
Recent version of NSS.
|
||
|
|
||
|
Installation procedure:
|
||
|
./configure
|
||
|
make
|
||
|
su -c "make install"
|
||
|
|