Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 27, 2020 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/dc2855cc82ac2e0760493cfe41f12a6f to your computer and use it in GitHub Desktop.
Save r-ryantm/dc2855cc82ac2e0760493cfe41f12a6f to your computer and use it in GitHub Desktop.
/nix/store/0iqaahnkf71hyv8f0kdq3k8ccs5kgi01-pkcs11-helper-1.26
├── include
│   └── pkcs11-helper-1.0
│   ├── pkcs11.h
│   ├── pkcs11h-certificate.h
│   ├── pkcs11h-core.h
│   ├── pkcs11h-data.h
│   ├── pkcs11h-def.h
│   ├── pkcs11h-engines.h
│   ├── pkcs11h-openssl.h
│   ├── pkcs11h-token.h
│   └── pkcs11h-version.h
├── lib
│   ├── libpkcs11-helper.la
│   ├── libpkcs11-helper.so -> libpkcs11-helper.so.1.0.0
│   ├── libpkcs11-helper.so.1 -> libpkcs11-helper.so.1.0.0
│   ├── libpkcs11-helper.so.1.0.0
│   └── pkgconfig
│   └── libpkcs11-helper-1.pc
└── share
├── aclocal
│   └── pkcs11-helper-1.m4
├── doc
│   └── pkcs11-helper
│   ├── COPYING
│   ├── COPYING.BSD
│   ├── COPYING.GPL
│   └── README
└── man
└── man8
└── pkcs11-helper-1.8.gz
10 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment