Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hash/encrypt library searching #5804

Merged
merged 2 commits into from
Nov 10, 2016
Merged

Fix hash/encrypt library searching #5804

merged 2 commits into from
Nov 10, 2016

Commits on Nov 9, 2016

  1. Corrected maxos niantic lib filename

    Filename is libniantichash-macos-64.dylib not libniantichash-osx-64.so
    Gobberwart committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    ac70318 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Better search for encrypt/hash files

    Instead of just looking in root, or encrypt_location, or whatever the
    heck the last person did... will first search local or encrypt_location.
    If not found, will search pgoapi/lib. If still not found, abort.
    Gobberwart committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    156743c View commit details
    Browse the repository at this point in the history