Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 16:24
Show Gist options
  • Save ryantm/b93bc1e0837070219ecd57700e1d5941 to your computer and use it in GitHub Desktop.
Save ryantm/b93bc1e0837070219ecd57700e1d5941 to your computer and use it in GitHub Desktop.
/nix/store/s9zs7i8lgp2pwx5q3pkl1fvy1kfhrbd7-pkcs11-helper-1.25
├── 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