blob: 9234df17ff1c1ab445cdd98d1aa5553909375eaa [file] [log] [blame]
// Copyright 2018 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Stub implementation of kpasswd.
#include "authpolicy/stub_common.h"
int main(int argc, const char* const* argv) {
return authpolicy::kExitCodeOk;
}